body{
    color: black;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    gap: 10px;
    margin: 0;
}

div[id="header"]{
    background-color: rgb(39, 39, 39);
    display: flex;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    
}

img[alt="logo"]{
    height: 5vw;
}

h1[id="title"]{
    font-size: 3vw;
    color: white
}

h1{
    font-size:4vw;
}

label{
    font-size: 1.5vw;
}

div{
    margin: 10px;
}

textarea{
    width: 40vw;
    height: 100px;
}

canvas{
    align-self: center;
    width: 25vw;
    border: 3px solid black;
    border-radius: 10px;
}

button{
    background-color: white;
    font-size: 1vw;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px; 
}

button:hover{
    color: orange;
    font-size: 1.1vw;
    padding: 5px; 
}

a{
    align-self: center;
    color: black;
    font-size: 0.6vw;
    border-radius: 5px;
    padding: 5px; 
    border: 1px solid black;
    text-decoration: none;
    vertical-align: middle;
}

a:hover{
    font-size: 0.65vw;
    color:orange;
}
