.container {
    padding: 120px 0 0 0;
}

.container {
    display: flex;
    width: 100%;
    justify-content: center;
}



#r-main {
    width: 33%;
    height: 100%;
}


#contact-us {
    display: flex;
    gap: 1px;
    justify-content: center;
}

.container p {
    font-size: 26px;
    text-align: center;
    word-wrap: break-word;
    padding-bottom: 30px;
}

.controls #message {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}
#contact-submit{
    margin-top: 20px;
}
.for-my-text h1{
    display: flex;
    justify-content: center;
}