h1, p {
 font-size:4vw;
}
.tiny{
 font-size:2vw;
}
article {
 margin: 10%;
 margin-bottom: 0;
 margin-top: 1%;
 height: auto;
 text-align: center;
}
body {
 background-color: lightgray;
 background-size: cover;
 font-family: "Sans";
 color: black;
}
img {
 width: 60%;
 height: auto;
 border-radius: 10vh;
}
@media (min-width: 1200px) {
h1, p {
 font-size:48px;
}
.tiny{
 font-size:24px;
}
img {
 width: auto;
 height: 378px;
 border-radius: 95px;
}

}
