body {
    background-color: black;
}

.main-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.location {
    width: 1000px;
    height: 200px;
    color: yellow;
    background-color: gray;
    margin-left: 260px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.location-text {
    width: 750px;
    height: auto;
    margin-left: 125px;
}

.legal {
    width: 1000px;
    height: auto;
    color: yellow;
    background-color: gray;
    margin-left: 260px;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
}

.legal-text {
    width: 750px;
    height: auto;
    margin-left: 125px;
}

.footer-container {
    color: yellow;
    background-color: gray;
    align-content: center;
}

.footer-container p{
    margin-left: 675px;
}