@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /*background: #0D1B2A; */
    align-items: center;
    background-color: #0D1B2A;
    color: #E0E1DD;
    font-family: "Roboto", serif;
}

.pilt {
    display: flex;
    flex-direction: column;
    margin: 120px 400px;
    padding: 120px;
    align-items: center;
    background-color: #1B263B;
}

.randPilt {
    background-color: #415A77;
    color: #E0E1DD;
    border: none;
    padding: 15px 30px;
    font-family: "Roboto", serif;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

#radio {
    padding: 0 0 50px 0;
}

#vastus {
    text-align: center;
    margin: 20px;
}

#vastus2 {
    text-align: center;
    margin: 10px;
}

#kogusInput {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}