/* Paloma Rojas-Linares*/
body {background-color: floralwhite;
        margin-left: 40px;
        margin-right: 40 px;    
        }
.first {color: navy; 
        }
.second {color: purple;
        }
.middle {color: blue
        }   
.firstplab6 {color: royalblue   
        }
.lab2{
    background-color: darkseagreen;
    color:forestgreen;
    padding:10px; 
    box-shadow: 10px 10px 8px silver;
    text-shadow: 2px 2px silver;
    border-radius: 10px; 
    text-decoration: none;
    font-size: 16px;
    font-family: cursive;
    }
.lab2:hover{
    background-color: aquamarine;
    color: darkgreen
    }
.lab3{
    background-color: mediumaquamarine;
    color:aqua;
    padding:10px; 
    box-shadow: 10px 10px 8px silver;
    text-shadow: 2px 2px silver;
    border-radius: 10px; 
    text-decoration: none;
    font-size: 16px;
    font-family: cursive;   
}
.lab3:hover{
    background-color:paleturquoise;
    color: darkturquoise;
}
.lab4{
    background-color: skyblue;
    color:mediumslateblue;
    padding:10px; 
    box-shadow: 10px 10px 8px silver;
    text-shadow: 2px 2px silver;
    border-radius: 10px; 
    text-decoration: none;
    font-size: 16px;
    font-family: cursive;
}
.lab4:hover{
    background-color: lightskyblue;
    color: darkblue; 
}