You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
301 B

body{
margin-top: 10vh;
font-family: 'Syncopate', sans-serif;
display: flex;
align-items: center;
flex-direction: column;
background-color: black;
}
h1{
color: white;
}
#div_form{
background-color: grey;
width: 500px;
padding: 40px;
border-radius: 10vh;
}