/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 24.08.2022
    Author     : Simon Bieri
*/

*, body {
    margin:0;
    padding:0;
    background-color: #d8ae5e;
}

#container {
    display: flex;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#wrapper {
    margin-top: 100px;
}

#logo {
    
}

#logo img {
    width: 20%;
}

#text {
    margin-top: 40px;
    text-align: justify;
    font-size: large;
}

#text p {
    padding-bottom: 12px;
}

#adresse {
    text-align: center;
}