body {
    background-color: #f5f5f5;
    font-family: 'Poppins', 'sans-serif';
}

header, footer {
    text-align: center;
    width: 300px;
    margin: 30px auto 0px auto;
}

main {
    width: 300px;
    margin: 30px auto 0px auto;
}

form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-size: 18px;
}

input, select {
    font-family: 'Poppins', 'sans-serif';
}

label {
    display: block;
    margin-bottom: 10px;
}

input{
    display: inline;
    font-family: 'Poppins',sans-serif;
    width: 236px;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 200;
    font-size:18px;
}

input[type="submit"]{
    background-color: #D4B830;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
}

input[type="email"] {
    border: 1px solid #ced4da;
    font-weight: 200;
    font-size:18px;
    width: 278px;
    border-radius: 5px;
}

select{
    font-family: 'Poppins',sans-serif;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-weight: 200;
    font-size:18px;
}

#nicka {
    float: left;
    width: 20px;
    background-color: #ced4da;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    font-weight: 400;
    font-size: 18px;
}

footer {
    font-weight: 100;
}



