@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

.otp-section {
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.otp-section .otp-content p {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 170%;
    font-family: "Inter", sans-serif;
    letter-spacing: -3%;
    margin-bottom: 0;
}

.otp-section .otp-content h2 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 120%;
    font-family: "Inter", sans-serif;
    letter-spacing: -3%;
}