body {
    background-color: #011625ac;
    text-align : center;
    font: 400 14px/20px Roboto,Helvetica Neue,sans-serif;
    max-width: 100%;
    background-image: url("./background.jpg");
}

h1 {
    color: #6891a2;
}

p {
    color : whitesmoke;
    font-size : large;
    line-height: 130%;
}

.bouton {
    font-weight: bold;
    max-width : 300px;
    font-size : large;
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.vash_button {
    background-color: #62d2fa;
}

.status_button {
    background-color: #5edd8d;
}

a { 
    color: inherit;
    text-decoration: inherit;
}

.contenu {
    box-sizing: border-box;
    background-color: #0000006c;
    border-radius: 8px;
    padding : 24px 15px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

img {
    max-width: 95%;
    max-height: 95%;
    /* border-style : solid;
    border-radius: 4px;
    border-width: 1px;
    border-color: rgba(240, 248, 255, 0.053); */
}

.status_h1 {
    color: #b9ebcb;
}