* {
    font-family: sans-serif;
    color: #b8860b;
    border-color: #000000;
    font-size: 1.03em;
}

#wrapper {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                overflow: auto;
            }
            
            #informaticslogo {
                width: 40%;
                margin-left: 30%;
                margin-right: 30%;
            }

            hr {
                width: 90%;
                background-color: #000000;
                margin-bottom: 50px;
                border-width: 2px;
            }
            
            header {
                text-align: center;
            }
            
            header h1 {
                font-family: Helvetica, sans-serif;
                font-size: 1.8em;
                color: #000;
                text-shadow: 5px 5px 5px #b8860b;
                margin-bottom: 50px;
            }
            
            fieldset {
                margin-bottom: 2%;
                border: none;
            }
            
            #part1 {
                width: 45%;
                height: 70vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            
            #part2 {
                width: 45%
                display: flex;
                flex-direction: column;
                margin-bottom: 40px;
            }
            
            #part3 {
                width: 80%;
                height: 150vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                margin-bottom: 50px;
            }
            
            input[type="submit"] {
                display: inline;
                margin-left: 45%;
                margin-right: 45%;
                padding: .5%;
                font-size: 1.2em;
                font-family: sans-serif;
                background-color: #b8860b;
                color: #000;
                border-radius: 3px;
                box-shadow: 1px 3px 3px #444444;
                margin-bottom: 10vh;
            }

            #rangevalue {
                width: 2em;
            }
.transportation_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
