@charset "UTF-8";
body{
background-color: #c5a3cb;

}
div{
text-align: center;
}

h1{
    text-align: center;
    font-size:200%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:red;
}
a{
    font-size: 24px;
    color: aqua;
}
h2{
    color:yellowgreen;
}
img{
   text-align: center;
 /* grid-template-columns:repeat(auto-fit,minmax(240px,1fr));*/
 /* width: 1400px;
    height: auto;*/
    aspect-ratio: 3/4;
    object-fit: cover;
}
