*{
    margin: 0;
    padding: 0;
}

body{
    background-color: white;
    text-align: center;
     }
h1{
     color: crimson;
     border: 20px;
     border-style: solid;
     border-color: white;
     background-color: white;
     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{

}
h2{
    margin-top: 50px;
    line-height: 1.6;
    color: darkblue;
}
li{
    text-align: left;
    margin-left: 100px;
}