@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.total-content{
    height: 100vh;
   height: 100dvh;
   background-color: rgba(0, 0, 0, 0.5);
   display: flex;
   align-items: center;
}

.remax-logo{
    width: 70%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.txt-general{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}