@font-face {
 font-family: 'Roboto';
 src: url("../Robot/Roboto-Regular.tff") format("truetype"),
}

html{
    height: 90vh;
}

body {
    background-color: #31353D;
    color: white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto';
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footing{
    background-color: #3B4965;
    border: 0px solid red;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 10px;
}

.heading{
    background-color: #535E75;
    border: 0px solid red;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 10px;
}

h1, h2{
    margin-bottom:0px;
    margin-top: 5px;
}

h1{
    color: white;
}

h2{
    color: lightgrey;
}

.login{
    display: flex;
    flex-direction: column;
}

input{
    font-size: 20px;
    padding: 10px;
    margin: 10px 20px 0 20px;
    border: 0px solid red;
    border-radius: 5px;
}

button{
    width: 85%;
    margin-top: 20px;
    background-color: orange;
    border: 0px solid red;
    border-radius: 5px;
    height: 40px;
    font-size: 20px;
    color: white;
    font-family: 'Roboto';
}

a{
    color: orange;
    text-decoration: none;
}

main{
    border: 2px solid black;
    border-radius: 22px;
    box-shadow: 7px 7px 10px 0px rgb(0 0 0)
}