@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    font-family: "Lucida Console";
    box-sizing: border-box;
    margin: 0;
}

body {
    margin: 0;
    font-family: "Lucida Console";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: black;
    text-align: start;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-image: url(../pics/styling_pics/whiteBricks.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    justify-content: center;
    align-items: center;

}
/***********************************************************/


/*CONTACT PAGE ----------------------------------------------*/
.contents {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: none;
}

button[type=submit] {
    background-color: rgb(11, 185, 205);
    opacity: 1;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type=submit]:hover {
    background-color: rgb(11, 185, 205);
    text-decoration: none;
    opacity: 0.90;
    color: white;
}

.naming {
    display: flex;
    background-color: transparent;
}

section.container {
    border-radius: 5px;
    padding: 20px;
    background-color: white;
    width: 100%;
    height: 100%;
}

.frame {
    padding: 18px 16px;
    background-color: whitesmoke;
    opacity: 0.88;
    width: 45%;
    height: auto;
    margin: 5rem auto;
    border-radius: 8px;
}

.container label {
    background-color: transparent;
}

.container h3 {
    background-color: transparent;
    text-align: center;
}
.sm{
    size: 0.1em;
    line-height: 0em;
    vertical-align: -0.1em;
}
.contactForm {
    background-color: white;
}