body {
    font-family: Inter, sans-serif;
    font-size: 0.8em;
    background-color: #f2f2f2;
    margin: 0;
    text-align: center;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;


}
.space {
    height: 20px;

}

.container {

    max-width: 600px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    text-align: justify;
    padding-right: 40px;
    padding-left: 40px;

.header {

    text-align: center;
    height: 70px;
}

.header img {
    width: 300px;
    border: 3px solid #6e4fb9;
    border-radius: 10px;
    position : relative;
    top : -50px;
}

.header h1 {

    font-size: 1.2em;
    color: #2a2a2b;
     position : relative;
     top : -50px;
}

h2 {
    font-size: 1.2em;
    color: #011e5f;
    text-align: center;
}

h3{

    font-size: 1em;
    color: #2a2a2b;
    text-align: center;
    

}
hr {
    color: #bebebe;

}
