* {
    background-color: black;
    margin: 0;
    font-family: 'Times New Roman';
    color: white;
}

body {
    margin: 0 20%;
}

header {
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

section p{
    margin-bottom: 10px;
}

section h2 {
    margin-bottom: 10px;
}

footer {
    margin-top: 50px;
}