*{
    margin: 0;
    padding: 0;
}

.divForInput {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0px 0px 0px;
}

input {
    width: 300px;
    height: 40px;
    
    color: darkblue;
    font-size: 20px;
    outline: none;
    border: 4px solid darkblue;
    border-radius: 15px;

    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

input::placeholder {
    color: rgb(75, 75, 185);
}

.divForSubmitButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
}

#submit, #submit2, #submit3, #submit4, #submit5, #submit6 {
    width: 250px;
    height: 40px;
    
    color: darkblue;
    font-size: 18px;
    background-color: rgb(216, 216, 255);

    border: 4px solid darkblue;
    border-radius: 30px;

    margin: 0px 0px 20px 0px;
}



.divForNumbers, .divForSumedNumber {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0px 40px 0px;
}

.divForF, .divForC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px 0px 0px 0px;
}