*{
    margin: auto;
    text-align: center;
}
body{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
}
main{
    background-color: rgb(27, 27, 27);
    width: 95%;
    height: auto;
    border-radius: 50px;
    box-shadow: 0px 0px 30px orangered;
    margin-top: 30px;
}
header{
    height: auto;
    background-color: rgb(44, 44, 44);
    border-radius: 50px;
    box-shadow: 0px 10px rgb(14, 14, 14);
    z-index: 100;
}
.title{
    font-size: min(max(15px, 3vw), 40px);
    color: white;
    padding-top: 5%;
    padding-right: 10px;
}
.logo{
    width: max(20%, 120px);
    float: left;
    padding-top: 1%;
}
nav{
    padding-bottom: 10px;
}
.nav{
    width: 90%;
    text-align: center;
}
.divnav{
    width: auto;
    font-size: min(max(13px, 2vw), 20px);
}
td{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    background-color: white;
    border-radius: 20px;
    width: 33%;
    box-shadow: 5px 5px orangered;
    padding: 5px;
}
a{
    text-decoration: none;
    color: black;
}
section{
    color: white;
    background-color: rgb(44, 44, 44);
    margin-top: 50px;
    font-size: min(max(20px, 3vw), 30px);
    border-radius: 50px;
    width: 70vw;
    padding: 30px;
    padding-top: 1px;
    box-shadow: 10px 10px 0px rgb(14, 14, 14);
}
p{
    font-size: min(max(25px, 5vw), 40px);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
footer{
    margin-top: 50px;
    width: 94%;
    color: rgb(168, 168, 168);
    background-color: rgb(20, 20, 20);
    box-shadow: 5px 5px 0px rgb(8, 8, 8);
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 50px;
    font-size: min(max(15px, 2vw), 20px);
}
ul{
    text-align: left;
}
li{
    text-align: left;
}
.alinks{
    text-decoration: none;
    color: rgb(150, 150, 150);
}
.lilinks{
    font-size: min(max(15px, 2vw), 25px);
}
input{
    color: white;
    background-color: rgb(20, 20, 20);
    font-size: min(20px, 10vw);
    border-radius: 20px;
    border-color: white;
    padding: 10px;
}
.nota{
    background-color: rgb(14, 14, 14);
    font-family: 'Courier New', Courier, monospace;
    font-size: min(max(10px, 2vw), 15px);
    color: white;
    box-shadow: 0px 0px 10px orangered;
    width: auto;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    float: left;
    margin-left: 5px;
    bottom: 5px;
    position: fixed;
}
.feedback{
    text-align: left;
    background-color: rgb(27, 27, 27);
    padding: 20px;
    border: 3px outset white;
    border-radius: 50px;
}
#rootInput{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
    display: flex;
    align-items: center;
}
#quit{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}
#input{
    margin: auto;
    padding: 20px;
    width: min(420px, 80%);
    height: auto;
    border-radius: 50px;
    box-shadow: 0px 0px 20px orangered;
    background-color: rgb(44, 44, 44);
}
.inputs{
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
#sub{
    color: white;
    font-size: min(20px, 4vw);
}