@charset "UTF-8";

*,*::before,*::after{box-sizing: border-box;}

.container{
  width:1000px;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.logo.img{
  width:50px;
  height:50px;
}