header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:center;
    align-items: center;
    align-content: space-between;
    
    height: 140px;
    width: 100%;
    background-color: #55555511;
}

form[class="search"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

header > div {
    margin-right: 15px;
}

input[type="search"] {
    font-size: 20px;
    height: 40px;
    width: 360px;
    border-color: rgb(31, 74, 109);
    border-radius: 10px;
    background-color: #e1e9f1;
}

form[class="search"] {
    font-size: 20px;
    height: 46px;
    width: 46px;
}

#main-title {
    color: #1D4582; 
    margin-right: 15px;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 20px;
}

a[href="/index.html"] {
    text-decoration: none;
}

#formDiv {
    width: 360px;
}

input[type="radio"] {
    accent-color: #537cba;
    transform: scale(1.2);
}