body {
    background-image: url(pics/retrowave-background.gif);
    background-attachment: fixed;
    background-size: cover;
}

h1{
    font-size: 75px;
    color: #f3115d;
    font-family: Comic Sans MS;
    font-weight: bold;
    text-align: center;
    /*background-color: rgba(7, 7, 7, 0.62);*/
}
h2{
    font-size: 50px;
    color: whitesmoke;
    font-family: Comic Sans MS;
    font-weight: bold;
}
.sections{
    font-size: 40px;
    color: #f3115d;
    font-family: Comic Sans MS;
    font-weight: bold;
    letter-spacing: 10px;
    margin-right: 25px;
    background-color: rgba(7, 7, 7, 0.62);
}
.names{
    font-size: 20px;
    color: #f3115d;
    font-family: Comic Sans MS;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: rgba(7, 7, 7, 0.62);
}
.pics{
    margin-top: 10px;
}
table{
    width: 100%;
    table-layout: fixed;
}
tr{
    text-align:center;
}
p{
    font-size: 20px;
    color: whitesmoke;
    font-family: Comic Sans MS;
}
button {
    display: block;
    font-family: Comic Sans MS;
    font-weight: bold;
    background-color: #f3115d;
    border-width:medium;
    border-color: black;
    padding: 5px 10px;
}
