header{
    padding: 100px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headertext{
    width: 850px;
}
.circle{
    height:300px;
    width: 300px;
    overflow: hidden;
    border-radius: 25%;
    border: 20px solid var(--main-brand-color);

    display: flex;
    justify-content: center;
    align-items: center;
}
.circle img{
    width: 100%;
    height:100%;
}
