* {

    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    font-family: Arial;
    scroll-behavior: smooth;
}

a {
  text-decoration: none;
}


.textbox{
    color: #686868;
    font-size: 1rem;
    padding: 1.5vw 3.5vw 2vw 4vw;

}

.linkbox {
    color: #686868;
    padding: 0vw 0vw 0vw 0vw;
    backdrop-filter: blur(15px);
    text-align: left;
    box-shadow: inset 0.6vw 0 0 0 #b3d5fc;
    transition: color 0.125s ease-in-out, box-shadow 0.125s ease-in-out;

}


.linkbox:hover {
    box-shadow: inset 1.1vw 0 0 0 #2a7bde;
    color: black;
}


::placeholder {
width:100%;
}

input[type=submit]{
width:100%;
}

input {
width:100%;
}

input[type=file]{
width:100%;
}

form{
    display: flex;
    padding: 5vw 25vw 5vw 25vw;
    align-items: center;
    flex-direction: column;
    position: relative;
    width:50vw;
}

textarea {
width:100%;
height:30vh;
}

select{
    width: 100%;
}

.title {
    font-size: 1.5rem;
    margin-bottom:0.125vw;
    color:black;
}
