/*
Theme Name: Manual Theme Build
*/

body {
    background: #21759b;
}

.main-navigation {
    display: flex;
    justify-content: end;
    margin-right: 10%;
}

.menu {
}

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