*{
    margin: 0;
    padding: 0;
}

body{
    background-color: white;
    text-align: center;
     }
h1{
     color: darkturquoise;
     border: 20px;
     border-style: solid;
     border-color: white;
     background-color: white;
     text-align: center;
    }
p{
    text-align: center;
}
a{
    color: white;
    border: 3px;
    border-style: solid;
    background-color: darkblue;
    border-radius: 8px;
    padding: 10px;
    }

a:link {
    text-decoration: none;
    text-align: center;
}
span{
    color: black;
    border: 5px;
    border-style: solid;
    border-color: black;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}
img{
    color: white;
    border: 5px;
    border-style: solid;
    border-color: white;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}
h2{
    text-align: center;
}
h2{
    color: darkblue;
}
h1{
    color: darkcyan;
}
li{
    color: darkcyan;
    text-align: left;
    margin-left: 300px;
}