


.font-poppins {
    font-family: "Poppins", sans-serif;
}

.height-100vh {
    height: 100vh;
}

@media (min-width: 767px) {
    body {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media (min-width: 767px) {
    .mobile-contact-info {
        display: None;
    }
}

.contact-info {
    color: white;
    font-family: "Space Mono", sans-serif;
    font-size: 1.5rem;
    cursor: pointer;
}

input[type="email"] {
    background-color: black;
    color: white;
    border: 2px solid white;
    padding: 10px;
    border-radius: 5px;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Space Mono", sans-serif;
    width: 50%;
}