body {
    background-color: #ffff00;
}

a {
    text-decoration: none;
    color: #000;
}

.header {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    text-align: center;
}

.logo {
    height: 20px;
    width: auto;
    position: relative;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
}


.content {
    margin-top: 40px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.socialmedia {
    height: 20px;
    width: auto;
}


.footer {
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
}