@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    color: white;
    background-color: black;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
}

h1 {
    text-align: center;
}

form {
    text-align: center;
    padding-top: 65px;
}

.centre {
    text-align: center;
}

.align {
    display: flex;
    justify-content: space-around;
}

.formulaire {
    border: solid white 5px;
    margin: 10%;
    padding: 1%;
}

.lechat {
    border: solid white 5px;
    margin: 100px;
    padding: 50px;

}

.italicandbold {
    font-style: italic;
    font-weight: bold;
}

.envoi {
    margin: 15px;
}

.petit{
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
}