body {
    text-align: center;
    background-image: url('../images/home.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center center; 
}

header{
    width: 101vw; 
    background-color: #FAF3E0;
    padding-top: 0.5vw;
    gap: 10vw;
}

header li{
    
    font-size: 2.5vw;
}

.content{
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: flex-start; 
}

form {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}

h2 {
    margin: auto;
    margin-top: 8%;
    margin-bottom: 2%;
    color: black;
    font-size: 2.5vw;
    border-radius: 3px;
    margin-left: 25%;
    width: 15%;
    padding: 1%;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    display: flex;
    margin-bottom: 10%;
    padding: 1vw;
    width: auto;
}

input[type="submit"]{
    margin-top: 1vw;
    padding: 1.5vw;
    background-color: #FAF3E0;
    color: black;
    cursor: pointer;
    border-radius: 10px;
}

input[type="submit"]:hover{
opacity: 70%;
}

form label{
    font-size: 1.5vw;
    color: black;
    
    border-radius: 3px;
    
    margin-bottom: 5%;
}

h3{
    margin-top: -2%;
    color:black;
    
}

p{
    margin-top: -2%;
    font-size: 1.75vw;
    color: black;
    margin-bottom: -2%;
}

.type_of{
    margin: auto;
    margin-top: 4%;
    font-size: 2vw;
    width: 80%;
    height: auto;
    color: black;
}

.box{
    margin-bottom: 25vw;
    display: flex;
   
}


.clickable-box {
    text-decoration: none;
    color: inherit; 
    display: block;
    margin: auto;
}

.Personal_box{
    width: 100%;
    height: 10vw;
    align-items: center;
    text-align: center;
    margin-top: 3%;
    border: solid;
    border-radius: 2%;
    border-color: black;
    background-color: #FAF3E0;
    padding: 6%;
}

.Personal_box a{
    text-decoration: none;
}

.Personal_box:hover{
    background-color: #ddd
}


