form{
    font-family: "Lucette";
    font-size: 2.2vh;
    position: absolute;
    top:9vh;
    padding:0.5vh 0.5vw;
    width: 95.5vw;
    height:auto;
}
h1{
    font-family: "Sprat";
    font-size: 4.4vh;
    text-transform: uppercase;
    margin-bottom:2vh;    position: relative;
}
p{

}
input{
        background-color: #e1e1de;
        border: 0px;
        border-bottom: 1px solid black;
        width: 50vw;
        height: fit-content;
        max-height: 4vh;
        font-size: 2.2vh;
        padding:0.5vh 0.5vw;

        margin: 0.5vh 0px 2vh 0px;
}

textarea{    position: relative;

    background-color: #e1e1de;
    border:1px solid black;
    width: 95vw;
    height:30vh;
    padding:0.5vh 0.5vw;
    resize: none;
    z-index: 0;
    margin: 0.5vh 0px 2vh 0px;

}

textarea:focus{
    z-index: 2;
}

input[type="submit"] {
    position: relative;
	background-color: var(--background);
	font-size: 3vh;
	padding: 9vh 2vw 1vh 2vw;
	border: 1px solid black;
	width: fit-content;
	max-height: none;
	font-family: "Sprat";
	margin: -5vh 4vw;
    z-index: 0;

}
input[type="submit"]:hover{
    cursor:pointer;
}

.antispam{
    display: none;
}

@media screen and (max-height:900px) and (orientation: landscape) and (hover: none)  {
    h1{left:0;right: 0;margin-inline: auto;text-align: center; font-size: 3vh;}
    input{    width: 94vw;
    }
}

@media screen and (max-device-width:900px), (max-width:900px){        h1{left:0;right: 0;margin-inline: auto;text-align: center; font-size: 3vh;}
input{    width: 94vw;
}
}



@media screen and (max-device-width:570px), (max-width:570px)  {
    h1{    font-size: 7.6vw;}

}