body{
    background: rgb(168, 83, 207);
}

#image-container {
    position: relative;

}

#image-upload {
    position: absolute;
    top: 470px;
    left: 400px;
    width: 375px;
    height: 375px;
    border-radius: 50%;
}

.boutons {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.boutons input[type="file"] {
    margin-right: 10px;
    cursor: pointer;
    font-size: 25px;
}

.boutons button {
    padding: 10px 20px;
    cursor: pointer;
}

.text{
    font-family: arial;
    font-size: 50px;
    text-align: center;

}

h1{
        font-family: arial;
        font-size: 50px;
        text-align: center;
}

