*{  margin:0;  padding:0;  box-sizing:border-box;}body{  background:#000;  color:#fff;  font-family:'Inter',sans-serif;}.container{  width:100%;  height:100vh;  display:flex;  flex-direction:column;  justify-content:center;  align-items:center;  position:relative;}.logo{  width:90px;  height:auto;}.bottom{  position:absolute;  bottom:8%;  text-align:center;}h1{  font-size:22px;  letter-spacing:0.35em;  font-weight:500;  margin-bottom:10px;}p{  font-size:12px;  letter-spacing:0.18em;  font-weight:300;  margin-bottom:24px;}.instagram img{  width:18px;  height:auto;}@media (max-width:600px){  .logo{    width:74px;  }  h1{    font-size:17px;    letter-spacing:0.24em;  }  p{    font-size:11px;  }}