body {
    background-color: black;
}

.container {
    margin-top: 0;
}

.footer {
    position: relative;
    padding: .6em;
    bottom: 0;
    left: auto;
    right: auto;
}

h1 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}

h2 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.75rem;
}

@media (min-width: 576px){
    h1{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 3rem;
    }
    h2{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 2.5rem;
    }
}

@media (min-width: 768px){
    h1{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 4rem;
    }
    h2{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 3.5rem;
    }
}

@media (min-width: 992px){
    h1{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 5rem;
    }
    h2{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 4.5rem;
    }
}

@media (min-width: 1300px){
    h1{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 7rem;
    }
    h2{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 6.5rem;
    }
}

p {
    color: white;
    text-align: center;
    font-size: 1rem;
}

@media (min-width: 576px){
    p{
        color: white;
        text-align: center;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px){
    p{
        color: white;
        text-align: center;
        font-size: 2rem;
    }
}

@media (min-width: 992px){
    p{
        color: white;
        text-align: center;
        font-size: 3rem;
    }
}

@media (min-width: 1300px){
    p{
        color: white;
        text-align: center;
        font-size: 3.5rem;
    }
}