body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

header{
    background-color: rgb(9, 13, 17);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

header h1{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header h3{
    color: white;
}

header p{
    font-style: italic;
    color: white
}

header img{
    border-radius: 170px;
    width: 300px;
    border: 10px solid rgb(189, 40, 40);
}

audio{
	position: fixed;
	top: 0;
	max-height: 25px;
}

main{
    max-width: 900px;
    margin:  auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 50px;
    padding: 20px;
    color: white;
    border: 10px solid rgb(189, 40, 40);
    background-color: rgb(9, 13, 17);
}

main img{
    max-width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.center{
    display: block;
  margin-left: auto;
  margin-right: auto;
}

h2{
    font-size: 30px;
    font-family: 'Bangers', cursive;
    text-align: center;
    color: rgb(189, 40, 40);
    margin: 40px 0 10px;
}

h5{
    font-size: 20px;
    color: rgb(189, 40, 40);
    margin: 40px 0 10px;
}

a{
    color: rgb(189, 40, 40);
}
a:hover{
    color: purple;
}

footer{
    background-color: rgb(9, 13, 17);
    text-align: center;
    color: white;
    padding: 20px;
}

p.caption{
    text-align: center;
    color: #999;
    font-style: italic;
    margin-top: 0;
}
