body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 800px;
    display: grid;
    font-family: "Open Sans", sans-serif;
    justify-items: center;
    background-image: url("back.jpeg");
    background-attachment: fixed;
 }
.header { 
    display: grid;
    justify-items: center;
    color: white;
    align-content: baseline;
}
.header h1 {
    margin-bottom: 6px;
}
.header p {
    margin-top: 0px;
}
.API-Area {
    width:80%;
    display:grid;
    justify-items:center;
}
.footer {
    display: grid;
    color: white;
    justify-items: center;
    text-align: center;
    align-content: center;
    background-color: #1b1b1b;
    width: 100%;
}

.footer p {
    width: 80%;
}