1<html>
2<head>
3<link rel="stylesheet" type="text/css" href="Name.css">
4</head>
5<body>
6.
7.
8.
9</body>
10
1*{
2 margin: 0;
3 padding: 0;
4 color: unset;
5 box-sizing: border-box;
6 text-decoration: none;
7 outline: none;
8 overflow-x: hidden;
9}