body {font-family: "Lato", sans-serif}
#footer {
    color: white;
    background-color: black;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    }
select, input, button {
    border-radius: 3px;
    padding: 10px;
    margin: 5px;
    font-weight: bolder;
    font-size: large;
}
button, [type=button], [type=reset], [type=submit] {
    border: none;
    box-shadow: 3px 2px lightgrey;
    background-color: black;
    color: orange;
}
.w3-content {
    height: calc(100vh - 46px);
    max-width:100vw;
    margin-top:46px;
    text-align: center;
}
body {
    background-color:#e0e0e0;
}
.distro {
    width:50%;
    max-width: 200px;
}
.select2-container--default .select2-selection--single {
    height: 47px;
    padding: 6px;
}
.select2-container {
    margin-top: -5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: x-large;
}
.select2-search--dropdown .select2-search__field {
    width: 96%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top:80%;
}