*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1{
    text-align: center;
    font-weight: 300;
    margin-top: 4rem;
    font-size: 52px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.15;
}
strong{
    text-align: left;
    margin-top: 3rem;
}
span{
    text-align: center;
    line-height: 2rem;
    margin-top: 2rem;
}
.top-contact{
    margin-top: 5rem;
    justify-content: center;
    text-align: left;
    line-height: 1.5;
    margin-left: 38rem;
}
.contact{
    display: grid;
    margin-top: 5rem;
    justify-content: center;
    margin-block-start: 1.5rem;
    margin-block-end: 0;
    margin-top: 5rem;
}
.contact input{
    width: 650px;
    height: 64px;
    border-radius: 16px;
    border-width: 2px 2px 2px 2px;
    padding: 10px 12px;
    text-align: inherit;
}
.contact label{
    text-transform: none;
    font-weight: bold;
    display: block;
    line-height: 1.8;
    cursor: default;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
}
textarea{
    border-radius: 16px;
    padding: 10px 12px;
}
.bottom-contact{
    justify-content: center;
    text-align: left;
    margin-left: 38rem;
    margin-top: 2rem;
}
.bottom-contact label{
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: bold;
    cursor: default;
    line-height: 1.8;
}
.bottom-contact span{
    flex-basis: 100%;
    font-size: 80%;
    font-style: italic;
    margin: 2px 0 5px;
    width: 0;
}
a{
    color: #CF2E2E;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-decoration: none;
}
.bottom-contact button{
    background-color: rgb(227, 4, 37);
            border-radius: 100px;
            text-align: center;
            font-size: 1rem;
            font-family: "Roboto", sans-serif;
            font-weight: normal;
            border: none;
            outline: none;
            padding: 8px;
            position: relative;
            min-width: 64px;
            width: 90px;
            height: 36px;
            overflow: visible;
            white-space: nowrap;
            color: white;
            cursor: pointer;
            margin-top: 1rem;
            transition: 0.5s;
}


@media screen and (max-width:768px) {
    .top-contact{
        margin-left: 1rem;
    }
    .contact input{
        width: 350px;
    }
    .bottom-contact{
        margin: 0;
        padding: 1.5rem;
        text-align: center;
    }
    .bottom-contact button{
        margin-top: 1.5rem;
    }
}

@media screen and (min-width:769px) and (max-width:936px) {
    .top-contact{
        margin-left: 30%;
    }
    .contact input{
        width: 450px;
    }
    .bottom-contact{
        margin: 0;
        padding: 1.5rem;
        text-align: center;
    }
    .bottom-contact button{
        margin-top: 1.5rem;
    }
}

@media all and (min-width : 937px) and (max-width : 1365px){
    .top-contact{
        margin-left: 30%;
    }
    .contact input{
        width: 650px;
    }
    .bottom-contact{
        margin: 0;
        padding: 1.5rem;
        text-align: center;
    }
    .bottom-contact button{
        margin-top: 1.5rem;
    }
}

@media all and (min-width : 1366px) and (max-width : 1600px){
    .top-contact{
        margin: 0;
        text-align: center;
        margin-top: 3rem;
    }
    .bottom-contact{
        margin: 0;
        text-align: center;
        margin-top: 2rem;
    }
}
