@font-face {
  font-family: 'SS';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

*{
  margin: 0;
  padding: 0;
}

.container{
  width: 100%;
  background-image: url(./images/background.png);
  background-size: 100%;
  background-color: #FF6E70;
  box-sizing: border-box;
  overflow: hidden;
}

.navbar{
    width: 30%;
    height: 200px;
    object-fit: cover;
}


.main_logo{
  width: 320px;
  cursor: pointer;
}

.test{
  margin-top: 70px;
}

.deep_test{
  padding-top: 140px;
  margin-left: 800px;
  text-align: center;
  color: black;
  text-shadow:2px 2px 2px #fff;
}

.quick_test{
  margin-right: 800px;
  text-align: center;
  color: white;
  text-shadow:2px 2px 2px #000;
}

.deep_button{
  color: #ffffff;
  font-size: 26px;
  font-family: SS;
  padding: 0.5em 1em;
  margin: 0.25em;
  border-radius: 1em;
  border: none;
  outline: none;
  background-color: #ff4a4d;
  cursor: pointer;
}

.deep_button:hover{
  background-color: #ff8e90;
}

.quick_button{
  color: #ffffff;
  font-size: 26px;
  font-family: SS;
  padding: 0.5em 1em;
  margin: 0.25em;
  border-radius: 1em;
  border: none;
  outline: none;
  background-color: #ff4a4d;
  cursor: pointer;
}

.quick_button:hover{
  background-color: #ff8e90;
}

.info{
  margin-top: 300px;
  text-align: center;
  color: #ffffff;
  font-family: SS;
  font-size: 20px;
}


@media only screen and (max-width:700px){

 
}
