*{
box-sizing: border-box;
margin: 0;
}
body{
margin: 0;
font-family: Bitter, Georgia, serif;
}
a{
text-decoration: underline;
color: #6366F1;
}
a:hover{
text-decoration: none;
}
.container{
max-width: 1200px;
margin: 0 auto;
}
