body{
    display: grid;
    background-image: url('../images/art289_p3_home_bg.png');
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
    grid-template-rows: auto 1fr auto;
}
header h1{
    font-size: 4em;
    color: rgb(244, 199, 11);
    margin: 125px 0 0 200px;
}
header h2{
    font-size: 2em;
    color: rgb(244, 199, 11);
    margin: 0 0 0 250px;
    font-family: 'gugi', sans-serif;
}
span :active{
    color: rgb(26, 110, 99);
    text-decoration: none;
}
span :hover{
    color: rgb(244,199,11);
    text-decoration: none;
}span :link{
    color: rgb(26, 110, 99);
    text-decoration: none;
}span :visited{
    color: rgb(26, 110, 99);
    text-decoration: none;
}
section{
    margin: 0px 0 50px 0;
    width: 21%;
    color: rgb(222, 255, 204);
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    position: absolute;
    right: 70px;
}
div div{
    margin: 500px 0px 50px 180px;
}
div div span{
        justify-content: space-between;
    padding: 4em;
    font-family: 'Gugi', sans-serif;
    font-size: 1.5em;
}
