.topbar{
    height: 56px;
    width: 100%;
    background-color: rgb(0, 154, 8);
    display: flex;
    
}

.leftbar {
    width: fit-content;
    height: fit-content;
    font-size: 32px;
    font-weight: 800;
    margin-top: 8px;
    margin-left: 8px;
    float: left;
}

.centerbar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    

}

.centerbar a {
    font-size: 18px;
    text-decoration: underline;
    padding-left: 6px;
    padding-right: 6px;
    color: black;
}

.rightbar {
    float: right;
    margin-top: 12px;
    margin-right: 8px;
    font-size: 24px;
    font-weight: 800;
    
}

.main-body {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}

.big-img{
    max-width: 700px;

}