nav{
    background-color: #00FFFF;
    border-radius: 25px;   
    overflow: hidden;      
}

nav img{
    width: 20%;
    float: left;
}

nav ul{
    list-style: none;
    overflow: hidden;
    font-size: 16px;
    padding-top: 5%;
    
}


nav li{
    float: left;
    padding-left: 15%; 
    font-family: "BadaBoom BB";
    font-size: 25px;
}  

nav a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

a:hover{
    color: rgb(0, 64, 82);

}


nav strong{
    color: red;
}

p{
    font-family: "Myriad Pro";
}

main{
    display: grid;
    grid-template-columns: 1fr 1fr;
}


section{
    grid-column-start: 1;
    margin-left: 25px;
}

h1{
    font-size: 60px;
    color: red;
    text-align: center;
    font-family: "BadaBoom BB";
}

h2{
    font-size: 40px;
    color: red;
    text-align: center;
    font-family: "BadaBoom BB";
}

figure{
    display: grid;
    grid-template-columns: 35% 35% 35%;
    grid-template-rows: 1fr 1fr;
}

figure :nth-child(1){
    width: 120%;
    grid-row-start: 1;
    padding-left: 80%;
}

figure :nth-child(2){
    width: 80%;
    grid-row-start: 2;
    grid-column-start: 1;
    padding-top: 30%;
}

figure :nth-child(3){
    width: 40%;
    grid-row-start: 2;
    grid-column-start: 2;
    padding-top: 30%;
    padding-left: 20%;
}

figure :nth-child(4){
    width: 50%;
    grid-row-start: 2;
    grid-column-start: 3;
    padding-top: 30%;
}

footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #00FFFF;
    border-radius: 25px; 
    color: white;
}

footer img{
    width: 20%;
}

footer :nth-child(1){
    grid-column-start: 1;
    padding-left: 30%;
    font-family: "BadaBoom BB";
}

footer :nth-child(2){
    grid-column-start: 3;
    padding-left: 40%;
    padding-top: 3%;
}

footer :nth-child(3){
    grid-column-start: 4;
    padding-left: 40%;
    padding-top: 3%;
}

footer :nth-child(4){
    grid-column-start: 5;
    padding-left: 40%;
    padding-top: 3%;
}

footer :nth-child(5){
    grid-column-start: 6;
    padding-left: 40%;
    padding-top: 3%;
}

footer :nth-child(6){
    grid-column-start: 8;
    padding-left: 20%;
    font-family: "BadaBoom BB";
}