body {
background-color: indigo;
color: white;
}
a {
color: rgba(0, 255, 255, 0.726);
font-size: large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
p {
font-family: Verdana, Geneva, Tahoma, sans-serif ;
}
h4 {
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: larger;
color: rgba(14, 224, 252, 0.925);
}
li {
text-decoration: underline;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 20px;
}
botton {
background-color: black;
border-radius: 18%;
}