body {
    background-color: rgba(6,44,51,0.2)
    opacity: 0.1;
    font-family:'Montserrat', sans-serif!important;
    color: #ffffff!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-image:url("../assets/img/wallpaper2.jpg");
    font-size: 1.1rem!important;
    line-height: 1.5rem!important;
    text-align: center!important;
}

.container-fluid {
    max-width: 540px;
}

/* PHOTO */
.photo {
    margin-top: 40px;
    margin-bottom: 40px;
}

.photo img {
    border-radius: 50%;
    max-width: 250px;
}

/* GLASS */
.glass{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10.0rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255,255,255,0));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px
}

/* TITLE */
.title h1 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 3rem;;
}

.title h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;;
}

/* LINKS*/
.links {
    margin-bottom: 40px;
}

/* BOTÃO */
.botao {
    color: #000000;
    background-color: #ffffff;
    max-width: 100%;
    min-height: 2.2rem;
    vertical-align: middle;
    margin-top: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    border-radius: 50px;
    padding-top: 0.3rem;
}

.botao:hover {
    color: #ffffff;
    background-color: #ca6f4e;
}


/* FOOTER */
footer {
    font-size: 0.8rem;
    line-height: 1rem;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: #e7323f;
}