html {
    background-color: rgb(14, 6, 10);
    color: rgb(225, 225, 225);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
body {
    justify-content: space-around;
    margin:0px;
}
main {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

header {
    padding: 10px;
}

.spacer-big {
    height: 450px;
}

footer {
    background-color: rgb(7, 3, 5);
    width: auto;
    display: inline-block;
    display: flex;
    border-top: 1px solid rgb(70, 36, 71);
    justify-content: center;
    color:rgb(170, 170, 170);
    height: 200px;
}