
input {
    font-size: inherit;
    padding: 14px 16px;
    width: 75%;
    margin: 2.5px 0 2.5px 0;
}

#backbtn {
    width: 120px;
    margin: 5px;
    text-decoration: none;
    color: gray;
}

#backbutton:hover {
    cursor: pointer;
}

input[type="submit"] {
    margin-top: 10px;
    width: 50%;
    background: aliceblue;
}

#formoutline {
    display: block;
    text-align: center;
    background: floralwhite;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    margin: auto;
    padding: 0 0 14px 0;
    width: 396px;
    font-size: 17px;
}

#navigation {
    width: 500px;
    margin: auto;
    padding: 0 30px;
    border: 1px solid black;
}


.historicalViewsItems {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.actionItems {
    display: block;
    width: 96%;
    margin-bottom: 20px !important;
    height: 30px;
    text-align: center;
}

h2 {
    text-align: center;
    display: block;
} 

.button {
    background: #A8D2E2;
    margin: 0 10px;
    border: 1px solid black;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    color: black;
}

.button:hover {
    background: #86A8B5;
    cursor: pointer;
}

#historicalViews a {
    width: 50%;
}

