body{
    background-color: #2C97F5;
    margin: 0;
    font-family: "Lato", sans-serif;
    color: white;
    min-width: 420px;
}

header{
    text-align: center;
    background-color: #2CD7F5;
    border-radius: 30px;
    margin: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo{
    width: 120px;
    height: 50px;
    border-radius: 30px;
    margin: 20px;
}

footer{
    background-color: #2CD7F5;
    text-align: center;
    position:fixed;
    bottom:0;
    width: 100%;
    display: flex;
    justify-content: center;
}

a{
    margin-left: 50px;
    text-decoration: none;
    color: white;
}

a:hover{
    color: black;
    text-decoration: underline;
}

form{
    display: flex;
    flex-direction: column;
}

label{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 20px;
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
}

.konto{
    font-size: 40px
}

textarea{
    width: 100%;
}

.przycisk{
    display: flex;
    flex-direction: row;
    margin: 20px
}
.przyciski{
    margin: 20px;
    width: 200px;
    background-color: #0ebe0e;
}

#restart{
    background-color: #9b9797;
}