body{
    background-color: #06191D;
}
h3{
    color: #f3f0dc;
    font-size: 50px;
    font-family: Nunito, sans-serif;
    text-align: center;
}
a{
    font-size: 20px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    text-decoration: none;
}
.welcome-image{
    border: none;
    width: 350px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    display: block;
}
.text{
    font-family: Nunito, sans-serif;
    font-size: 30px;
    color: #f3f0dc;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.btn-1{
    font-size: 20px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    background-color: #387a35;
    border: none;
    border-radius: 5px;
    margin-left: 30px;
    margin-right: auto;
    margin-top: 50px;
    width: 125px;
    height: 50px;
}
.btn-2{
    font-size: 20px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    background-color: #387a35;
    border: none;
    border-radius: 5px;
    margin-right: auto;
    margin-top: 50px;
    width: 125px;
    height: 50px;
}
.candidati-btn{
    font-size: 20px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    background-color: #387a35;
    border: none;
    border-radius: 5px;
    margin-right: auto;
    margin-top: 50px;
    width: 125px;
    height: 50px;
}
.votaci-btn{
    font-size: 20px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    background-color: #387a35;
    border: none;
    border-radius: 5px;
    margin-right: auto;
    margin-top: 50px;
    width: 175px;
    height: 50px;
}
.regolamenti-btn{
    font-size: 20px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    background-color: #387a35;
    border: none;
    border-radius: 5px;
    margin-right: auto;
    margin-top: 50px;
    width: 160px;
    height: 50px;
}

/* flags */
.flags{
    border-radius: 50%;
    margin-left: 1500px;
    margin-right: auto;
    margin-top: 10px;
}

/* ip */
.ip{
    font-family: Nunito, sans-serif;
    font-size: 30px;
    color: #f3f0dc;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ip-text{
    font-family: Nunito, sans-serif;
    font-size: 16px;
    color: #f3f0dc;
    text-align: center; 
    margin-left: 1000px;
    margin-right: auto;
}
.ip-btn{
    font-size: 16px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    background-color: #387a35;
    border: none;
    border-radius: 5px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 25px;
}

/* dropdown menu*/
.dropdown-regolamenti {
    position: relative;
    display: inline-block;
}
  
.dropdown-regolamenti-content {
    font-size: 13px;
    border-radius: 7px;
    color: #f3f0dc;
    font-family: Nunito, sans-serif;
    display: none;
    position: absolute;
    background-color: #387a35;
    margin-top: 5px;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-regolamenti-content a {
    color: #f3f0dc;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
.dropdown-regolamenti a:hover {background-color: #3a9137;}
  
.show {display: block;}