.content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1420px;
    height: 650px;
    padding: 10px;
}

button {
    color: #02315E;
    font-weight: bold;
}

/* kreisā dļa ar registraciju*/
form {
    display: flex;
    flex-direction: column;
    align-items: left;
}
.form_element_input {
    padding-top: 10px;
    width: 190px;
    height: 80px;
    border-radius: 10px;
}

.input_nickname {
    border-radius: 10px;
    width: 190px;
    height: 25px;
}
.game {
    display: flex;
    flex-direction: column;
}

.form_element_button {
    padding-top: 50px;
    width: 200px;
    height: 40px;
}

 .save {
   height: 100%;
    width: 100%;
}

.modes {
    display: flex;
    height: 300px;
    width: 400px;
}

.save {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
}

.game_mode {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
}

.submit {
    padding-top: 15px;
    height: 70px;
    width: 390px;
    margin-left: 10px;
}

.start {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
}