/* Maralabs Logo */
/* img {
    max-width: 75px;
    max-height: 75px;
} */

#card-guest {
    border-radius: 20px;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

/* Sign-in  Button */
/* button {
    width: 150px;
    background-color: #820002;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 20px;
    color: white;
}

button:hover {
    background-color: #940509;
} */

/* Card Guest Radius */
/* #card-guest{
   border-radius: 20px;
   box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
} */
