@charset "utf-8";
body {
    background-attachment: fixed;
    opacity: 1;
    background-image: url(../images/IMG-20210203-WA0012.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
form.was-validated {
}
.container {
    min-height: 400px;
    background-color: #091F2A;
    opacity: 0.7;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 5px solid #E4B6B7;
}


img.img-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
footer  h  {
    color: #FFF8F8;
    margin-top: 30px;
    margin-left: 35%;
    font-size: 20px;
}
footer {
    height: 400px;
    background-color: #585858;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}