* {
    margin: 0;
    text-align: center;
}

#banner {
    background-image: url('../img/Header.png');
    background-position: bottom;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    height: 470px;
    
}

h1 {
    font-family: 'Luckiest Guy', sans-serif;
    color: #fff;
    padding: 40px 20px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    width: 210px;
    text-align: start;
}

#banner p {
    text-align: center;
    padding: 0 15px;
    text-align: justify;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

p {
    font-family: 'Open Sans', sans-serif;
}
    

#button {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 17px 18px 6px 18px;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.button-1 {
    background-color: #fff;
}

.button-2 {
    background-color: rgb(41, 40, 40);
    color: #fff;
}

#content {
    margin: auto;
}

#content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    padding: 0 15px 25px 15px;
    text-align: start;
}

#content p {
    text-align: start;
    padding: 0 15px;
}

.second h1 {
    color: black;
    width: 90vw;
    font-size: 26px;
}

.second p {
    margin-bottom: 10px;
}


footer {
    background-color:#23272A;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 230px;
    font-family: 'Open Sans', sans-serif;
}

footer aside {
    font-weight: bold;
}

footer img {
    max-width: 50%;
    align-self: center;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    h1 {
        text-align: center;
        margin: auto;
        font-size: 3rem;
        width: 40%;
    }

    #banner {
        display: flex;
        flex-direction: column;
        height: 580px;
    }

    #banner .button-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }

    #banner p {
        max-width: 80%;
        text-align: center;
        margin: auto;
        min-width: 300px;
    }

    #button {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 17px 8px 6px 8px;
        border-radius: 25px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 18rem;
    }

    .button-2 {
        margin-bottom: 25px;
    }

    img {
        max-width: 90%;
    }

    #content h1{
        text-align: center;
    }

    #content h2 {
        font-size: 2rem;
    }

    .second h1 {
        font-size: 1.8rem;
    }

    .second p {
        margin: auto;
        text-align: center;
        max-width: 80%;
    }

    .second img {
        max-width: 85%;
    }
    
}

@media screen and (min-width:769px) and (max-width:1024px) {

    h1 {
        text-align: center;
        margin: 0 auto;
        font-size: 3rem;
        width: 40%;
    }

    #banner .button-content{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #banner p {
        max-width: 80%;
        text-align: center;
        margin: auto;
    }

    #button {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 17px 8px 6px 8px;
        border-radius: 25px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 18rem;
    }

    img {
        max-width: 45%;
    }

    #content h1{
        text-align: center;
    }

    #content h2 {
        font-size: 2.3rem;
        padding-top: 20px;
    }

    .content-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px;
    }

    .content-left {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 0 25px;
        
    }

    .second h1 {
        font-size: 3rem;
    }

    .second p {
        margin: auto;
        text-align: center;
        max-width: 80%;
    }

    .second img {
        max-width: 100%;
    }

}

@media screen and (min-width:1025px) {
    h1 {
        text-align: center;
        margin: auto;
        font-size: 3rem;
        width: 40%;
    }

    #banner .button-content{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #banner p {
        max-width: 55%;
        text-align: center;
        margin: auto;
        font-size: 22px;
        margin-bottom: 20px;
    }

    #button {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 17px 8px 6px 8px;
        border-radius: 25px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 18rem;
    }

    img {
        max-width: 45%;
    }

    #content h1{
        text-align: center;
    }

    #content h2 {
        font-size: 2.3rem;
    }

    .content-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px;
        max-width: 1200px;
    }

    .content-left {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 0 25px;
        max-width: 1200px;
        
    }

    .second h1 {
        font-size: 3rem;
    }

    .second p {
        margin: auto;
        text-align: center;
        max-width: 40%;
        font-size: 20px;
    }

    .second img {
        max-width: 100%;
    }

}