@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.layout{
    width: 90vw;
    min-height: 200vh;
    display: flex;
    flex-direction: column;
  justify-content: space-around;
  font-family: 'Lato', sans-serif;
}
.container{
    min-height:25vh;
}
@media screen and (min-width:1500px){
.layout h1{
    font-size:50px;
}
.container p,a{
    font-size:30px;
}
}
@media screen and (min-width:1000px){
.layout h1{
    font-size:35px;
}
.container p,a{
    font-size:20px;
}
}
@media screen and (min-width:1000px){
.layout h1{
    font-size:25px;
}
.container p , a{
    font-size:15px;
}
}
