body {

    display: flex;
    align-items: center;
    justify-content: center;

}

header {

    text-align: center;

}

a {

    text-decoration: none;

}

h1 {
    
    font-family: "Bascule-Grasse";
    font-size: 3rem;
    color: rgb(115, 65, 180);
    display: inline-block;
    text-align: left;
    
}

h1:before {

    content: " ";
    background: rgb(115, 65, 180);
    height: 3rem;
    width: 3rem;
    display: inline-block;
    margin-bottom: -0.3rem;
    border-radius: 50%;
    margin-right: 1rem;

}

svg {
    
    height: 100px;
    fill: rgb(115, 65, 180);
    
}