*{
     font-family: "Providence Sans Offc W00 Bold"; 
}
 @import url(https://db.onlinewebfonts.com/c/f36a026fd7fae583b3e2bb8a56584207?family=Providence+Sans+Offc+W00+Bold); 
@font-face {
    font-family: "Providence Sans Offc W00 Bold";
    src: url("https://db.onlinewebfonts.com/t/f36a026fd7fae583b3e2bb8a56584207.eot");
    src: url("https://db.onlinewebfonts.com/t/f36a026fd7fae583b3e2bb8a56584207.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f36a026fd7fae583b3e2bb8a56584207.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f36a026fd7fae583b3e2bb8a56584207.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f36a026fd7fae583b3e2bb8a56584207.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f36a026fd7fae583b3e2bb8a56584207.svg#Providence Sans Offc W00 Bold")format("svg");
}
body{
    background-size: cover;
}
.logo{
    width: 150px;
}
h1{
    margin-top: 0px;
}
main{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:15px;
}
form{
    font-weight: bold;
    border-radius: 20px;
    border: 5px solid black;
    padding: 20px;
    border-style: dotted;

}
input{
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 4px;
    border-color: solid black;
    border-radius: 20px;
}
.submit{
    background-color: rgb(58, 214, 58);
    border-radius: 20px;
    margin-top: 15px;
    padding: 5px 10px 5px 10px;
    border-width: 0px;
    font-weight: bold;
    display: flex;
    
}
a{
    text-decoration: none;
    color: rgb(30, 30, 129);
}

