@font-face {
  font-family: 
  font;
  src: url(assets/fonts/outfit/Outfit-VariableFont_wght.ttf);
}
@font-face {
  font-family: fonts;
  src: url(assets/fonts/young-serif/YoungSerif-Regular.ttf);
}
body{
  font-family: font;
  background-color: antiquewhite;
}
.container{
  width: 50vw;
  background-color: white;
  margin: 0px auto;
  border-radius: 20px;
}
span{
  font-weight: bold;
}
.row{
  columns: 2;
  column-gap: 4pc;
  padding-left: 60px;
  line-height: 10px;
}
hr{
  width: 45.9pc;
}
.cols-2{
  color: red;
  font-family: font;
}
h1{
  font-family: fonts;
  font-size: 40px;
  font-weight: lighter;
  line-height: 40px;
}
h2{
  font-family: fonts;
  font-weight: lighter;
  font-size: 30px;
  color: rgb(160, 102, 75);
}
img{
  padding-left: 20px;
  width: 95%;
  border-radius: 50px;
  margin-top: 25px;
}
.instruction{
  border-radius: 20px; 
  padding-left: 40px; 
  padding-right: 25px;
  line-height: 25px;
}
@media (min-width: 480px) and (max-width: 1024px){
  img{
    width: 90%;
    padding: 3;
    border-radius: 0;
  }
  body{
    overflow-x: hidden;
  }
  .container{
    width: 90vw;
    background-color: white;
    margin: 0px auto;
    border-radius: 20px;
    font-size: smaller;
  }
  .instruction{
    padding-left: 15px;
    padding-right: 20px;
  }
  hr{
    width: 25pc;
  }
}
