@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.maindiv{
    display: block;
    text-align: center;
    padding-top: 10%;
    width: 100%;
}

input{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    text-align: center;
    border-color: #c2c2c2;
    border-style: solid;
    border-radius: 0%;
    border-width: 0.5px;
    width: 350px;
    height: 35px;
    padding: 0;
    margin-bottom: 13px;

}

button{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    background-color: #1D1D1D;
    color: #ffffff;
    border: none;
    width: 354px;
    height: 35px;
    padding: 0;
    margin: 0;
}

button:hover{
    background-color: #333;
    cursor: pointer;
}

p{
    margin-top: 80px;
    margin-right: 50px;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgba(100, 100, 100, 0.466);
    font-size: 12px;

}

.top-text{
    font-size: 16px;
    margin-bottom: 50px;
    color: #1D1D1D;
}

.redirect-timer{
    margin-top: 20px;
    font-size: 18px;
    visibility: hidden;
}