@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;650;900&display=swap');

html, body{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background: url('ign.png') no-repeat center center fixed;
    background-size: cover;
    filter: grayscale(100%);
    text-align: center;

}

form.box, .registration-message{
    margin-top: 10%;
    margin-left: 40%;
    margin-right: 40%;
    background-color: #FFFFFFF0;
    padding: 20px;
    border-radius: 10px;
}

.box-input{
    margin: 5px;
    height: 20px;
    width: 150px;
}

.logout{
    margin-top: 10%;
}
