body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 90vh;
    background: #494949;
}

html {
    background: #494949;
}

img {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    box-sizing: border-box;
}

footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 1em;
}

footer a {
    color: #FCC01A;
    margin: 0 0 0 5px;
    font-weight: 700;
    text-decoration: none;
}

footer p {
    margin: 0;
    color: white;
}

.modal {
    font-size: 20px;
    /* background: linear-gradient( 270deg , #FF0040 7.43%, #000000 93.81%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-align: center;
    color: white;
    box-sizing: border-box;
}     

@media (min-width: 1000px) {

    img {
        max-width: 900px;
    }
    
    .modal {
        width: 1000px;
    }
    
}
   

@media (max-width: 479px) {
    h1 {font-size: 18px}
    .modal {
    font-size: 14px;
}

footer {
    font-size: 14px;
}
}