body, head {
    padding: 0;
    margin: 0;
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.firstSection {
    text-align: right;
    background-color: black;
    position: relative;
    height: 100vh;
}

    .centered {
        color: white;
        position: absolute;
        right: 57%;
        bottom: 45%;
        min-width: 191.1px;
        font-size: 40px;
        font-family: 'Fredericka the Great', cursive;
        font-weight: 300;
    }

    .guts {
        height: 100vh;
        width: auto;
    }

.secondSection {
    background-image: linear-gradient(#070707, #222832 5%);
    height: 1200px;
    width: 100%;
    margin-top: -6px;
}
