.coluna1{
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.coluna2{
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.borda{
    display: flex;
    gap: 30px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

input::content{
    display: flex;
    justify-content: center;
}

.element{
    
    border: none;
    display: flex;
    width: 35px;
    height: 35px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

input::placeholder{
    border: black;
}


body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

main{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}