* {
    margin: 0px;
    padding: 0px;
    font-family: 'Courier New', serif;
    /* font-family: 'Luminari', fantasy; */
    /*Lucida Sans  sans-serif*/
    box-sizing: border-box;
}


body {
    /* border: 5px groove #fb8500; */
    background-color: #122939;
    background-image: url(Graphics/Forrest.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background: -webkit-linear-gradient(0deg, gray 50%, darkgray 0); */
    /* background: linear-gradient(90deg, gray 50%, darkgray 0); */
}

nav {
    backdrop-filter: blur(5px);
    border-bottom: 10px ridge #3fc0a2;
}

.textMain {
    color: rgb(218, 104, 5);
    font-weight: bold;
}

.title {
    margin: 10px;
    font-weight: bold;
    color: #3cb89c;
    text-align: center;
    /* border: 5px ridge #00e759; #3cb89c;*/
}

.forms {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #3cb89c;
    text-shadow: 2px 2px #122939;
    /* Position */
}

.bil {
    width: 500px;
    height: 400px;
    backdrop-filter: blur(5px);
    text-align: center;
    margin: auto;
    margin-top: 100px;
    margin-right: 0px;
    padding-top: 20px;

    font-size: 20px;

    overflow: scroll;
}

.bil_text_main {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #3cb89c;
    text-shadow: 2px 2px #122939;
    /* Position */
}

.bil_text_minor {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px #122939;
    /* Position */
}

.forms .errors {
    height: 30px;
    margin: 0px;
    color: red;
    font-size: 15px;
    text-shadow: none;
    font-weight: none;
}

.forms .selects {
    width: 300px;
    height: 40px;

}

input {
    width: 300px;
    height: 40px;

    margin-top: 15px;
    margin-bottom: 5px;
}

.inputs {
    margin-top: 15px;
    margin-bottom: 5px;
}

.button {
    height: 50px;
    width: 200px;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #122939;
    padding: 10px;
    background-color: #da6805;
    border: 2px solid #000000;
    cursor: pointer;
    display: inline-block;
}

.button:hover {
    box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

@media screen and (max-width: 1200px) {
    .bil {
        margin: auto;
    }
}