.form {
    padding : 10px;
    margin: 10px;
}

button a {
    color : white;
    text-decoration: none;
}

button a:hover {
    color : white;
    opacity: 0.7;
}

.container label {
    display: flex;
    text-align:left;
    margin-left: 10px;
    font-style: italic;
}