

body {
    font-family: "Mulish", sans-serif;
    color: #210497;
    background-color: white;
    margin: 0;
}

#navbar {
    background-color: white;
    overflow: hidden;
    position: fixed;
    top: 0;
    height: 200px;
    width: 100%;
    margin-top: -5px;
    z-index: 99;
    transition: 0.4s;
}

#logo {
    height: 200px;
    width: auto;
    transition: 0.4s;
}

#brickwall {
    height: 150px;
    width: auto;
}

.main-content {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;

}