@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Josefin+Sans&display=swap');
body {
display:flex;
flex-direction:column;
background-color: #ffcc11;
align-items:center;
justify-content:center;
height:100vh;
width:100vh;
margin:0;
font-family: "Josefin Sans", sans-serif;
}
h1{
font-size:48px;
}
form{
display:flex;
flex-direction:row;
justify-content:center;
align-items:center;
padding:10px;
}
button{
background-color:darkred;
color:white;
border:none;
padding:5px;
cursor:pointer;
}
.hover{
background-color:#000000;
}
div{
height:100px;
background-color:white;
width: 400px;
margin-top:20px;
}