﻿body {
    background-color: #FCD116;
    font: 24px "Times New Roman";
    color:white;
    margin:0;
    text-align:center;
}


footer {
    min-height: 100px;
    width: 100%;
    background-color: black;
    bottom: 0;
    background-color: black;
    
}
header {
    top: 0;
    position: absolute;
    height: 150px;
    width: 100%;
    background-color: black;
    text-align:center;

}
#content {
    min-height: 1000px;
    margin-top:150px;
    width:100%;
    padding-top:50px;
    align-content:center;
    padding-left:10%;
}

ul {
    list-style: none;
    
}

li {
    padding-bottom: 60px;
    padding-top:100px;
    background-color: black;
    height: 100px;
    width: 75%;
    align-content: center;
    margin-bottom: 15px;
    
}

a {
    text-decoration: none;
    color:white;
}