body{
  margin: 0;
  font-family: 'JetBrains Mono', monospace;
  background-color: #2C2B3D;
}

.page{
  width: 1092px;
  margin: 29px auto 0px;
}

nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 41px;
}

ul{
  list-style: none;
  display: flex;
  gap: 64px;
  margin: 0;
  padding: 0;
}

ul li a{
  text-decoration: none;
  color: #ffffff;
}

/* ul li a:hover{
  font-weight: bold;
} */

main{
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

main img{
  width: 401px;
  height: 283px;
}

p{
  font-family: 'Open Sans', sans-serif;
  color: #C2C2C2;
  font-size: 17px;
  line-height: 28px;
  width: 604px;
  margin-left: 82px;
  margin-top: 59px;
}

h1{
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  margin-left: 77px;
}

h1 span{
  color: #00BFA6;
}

footer, footer a{
  text-align: center;
  color: #C2C2C2;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  
}

#line{
  width: 568px;
  height: 0px;
  margin: 157px auto 27px;
  border: 1px solid #00BFA6;
}

#lock{
  margin-top: -60px;
  margin-bottom: 20px;
  margin-left: 20px;
}