*{
    background-color: black;
}
body{
    /* margin-top: 35vh; */
    display: flex;
    justify-content: center;
    overflow-y: hidden;
    flex-direction: column;
}
.line__one button,
.line__two button,
.line__three button,
.line__four button {
    width: 24vw;
    height: 15vh;
    margin: 10px auto;
    color: #fff;
    background-color: #2E2F38;
    border: none;
    border-radius: 15px;
    border-radius: 8px;
    margin-top: -2vh;
    margin-bottom: 4vh;
    cursor: pointer;
    font-size: larger;
}
.color__lightblue button{
    background-color: #3549ff;
}
#resultNew{
    color: white;
    height: 30vh;
    width: 100%;
    font-size: 90px;
}
@media (max-width: 430px){

    body{
        padding: 10px;
    }

    #resultNew{
        height: 18vh;
        font-size: 55px;
        padding-right: 5px;
    }

    .line__one button,
    .line__two button,
    .line__three button,
    .line__four button{
        width: 21vw;
        height: 9vh;
        font-size: 1.2rem;
        border-radius: 12px;
    }
}