*{
    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;
}

img{
    color: white;
    border: 5px;
    border-style: solid;
    border-color: white;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}
