body{
background-color:black;
}
h1{
text-align: center;
color: white;
font-size: 50px;
}
strong{
color: cadetblue;
}
h2{
color: white;
font-size: 35px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p{
color: rgb(194, 165, 165);
font-size: 25px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
a{
color: white;
font-size: 25px;
background-color: rgb(150, 121, 170);
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
padding: 10px;
margin: 5px;
border-radius: 10%;
}
img{
padding: 20px;
display: flex;
align-items: center;
}