@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;600;700;900&display=swap');

body {
    background: linear-gradient(173.93deg, #001932 0%, #000000 95.19%);
    margin: 0 auto;
    text-align: center;
    color: white;
    font-family: 'Inter';
    height: 100vh;
    display: flex;
    align-items: center;
}
img {
    width: 90%;
}
.flex {
    display: flex;
}
.container {
    max-width: 400px;
    margin: 0 auto;
    margin-top: -90px;
}
.container h2 {
    font-size: 30px;
}
.email, .telefone {
    background: #0A0B0B;
    border: 1px solid #00FDD8;
    border-radius: 100px;
    color: white;
    width: 300px;
    height: 20px;
    padding: 14px;
    font-size: 16px;
}
.entrar {
    width: 145px;
    height: 53px;
    background: #00b994;
    border-radius: 20px;
    color: black;
    font-weight: bold;
    border: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
}