* {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.tous {
    min-height: calc(100vh - 214px);
    text-align: center;
    background-color: #2d2a2b;
    padding-top: 100px;
}

.tous img {
    width: 300px;
    padding-top: 30px;
    text-align: center;
}

.formulaire {
    padding: 3%;
    background-color: #ffffff;
    width: 300px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
}

.formulaire .trait {
    height: 5px;
    background-color: #30ABA8;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

.box {
    text-align: center;
    padding-top: 15%;
    background-color: #ffffff;
}

.inputbox input {
    font-size: 20px;
    width: 80%;
    margin: 10px;
    border: 0px;
    border-bottom: 2px solid #30aba8;
}

input[type="submit"] {
    font-size: 20px;
    margin-top: 10px;
    width: 80%;
    background-color: #2d2a2b;
    color: #ffffff;
    border: none;
}

input[type="submit"]:hover {
    background-color: #30ABA8;
}