@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
}



.navbar {
    width: 100%;
    height:80px;
    background: rgba(252, 148, 43, 0.856)
}

.navbar.logo {
    display:inline-block;
    margin-left: 50px;
}

.navbar a{
    text-decoration:none;
    font-size: 30px;
    font-family: sans-serif;
    color:rgb(239, 237, 236);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 40px;
    margin-top: 10px;
}

.navbar ul{
    float:right;
    margin-right: 20px ;
}

.navbar ul li {
    list-style: none;
    display: inline-block;
    margin: 0,8px;
    line-height: 10px;
}

.navbar ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 6px 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.5s;
}
    
    

.navbar ul li a.active,
.navbar ul li a:hover{
    background: #ff6e00;
    border-radius: 2px;
}

.container.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ;
    font-family: sans-serif;
    user-select: none;
}

.center h1{
    color: wheat;
    font-size: 70px;
    font-weight: bold;
    width: 800px;
    height: 100px;
    margin-left: 500px;
}

.center h2{
    color: wheat;
    font-size: 50px;
    font-weight: bold;
    width: 885px;
    margin-top: 10px;
    text-align: center;
    height: 100px;
    margin-left: 350px;
}

.center.buttons{
    margin: 70px 280px;
}

.buttons button{
    height: 50px;
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    color: #ff6e00;
    background: rgba(red, green, blue, alpha);
    border: solid 1px wheat;
    cursor: pointer;
    outline: none;
    border-radius: 25px;
    transition: 1s;
    margin-left:435px;
}

.buttons button:hover{
    background:wheat;
}

.center p{
    color: rgb(250, 248, 244);
    font-size: 20px;
    font-weight: bold;
    width: 1300px;
    height: 150px;
    margin-left: 100px;
    margin-top: 40px;
    
}

.center img{
    margin-left: 100px;
    margin-bottom: 30px;
}

.center form{
    margin-left: 400px;
}

.center select{
    margin-left: 400px;
    
}

#input1{
    margin-left: 400px;
    margin-bottom: 20px;
}