body{ 
    height: 100vh;
    border: 1px solid rgba(0, 0, 0, 0.694);
}

.navbar{ 
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
   gap: 140px;
}
img{ 
    height: 50px;
    width: 100px;
    align-items: center;
    margin-top: 7px;
}

a{
    text-decoration: none;
    font-size: 20px;
    color: black;
}
h1{ 
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 80px;
    font-size: 40px;
}

.form{ 
    height: 400px;
    width: 700px;
  
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
input{
  width: 250px;
  height: 40px;
  padding: 5px 10px ;
  margin-bottom: 15px;
}

button{
    width:270px;
    height: 50px;
    background-color: rgb(255, 255, 0);
    color: black;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif !important;
    margin-top:20px ;
    border-radius: 10px ;
    border: 10px solid yellow;
}
html{
    font-family: "Noto Sans", sans-serif !important;
}