html {
    height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    background-color: #79579E;
    font-family: 'Dosis', sans-serif;
    color: #ffffff;
    padding-top: 10px;
}

.body-h1-1 {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 360px;
    position: relative;
}

.outer-logo-text-wrapper {
    border: 2px solid #ffffff;
    border-radius: 10px;
    display: inline-flex;
}

.outer-logo-text-wrapper {
    border: 2px solid #6F5479;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

.logo {
    height: 54px;
    vertical-align: middle;
    border-radius: 8px;
}

.logo, .body-h1-1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.spacers {
    flex: 1;
}

.content-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}

.left-content, .right-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.left-content {
    display: flex;
    flex-direction: column;
    height: 95.5%;
    /* border: 2px solid #ffffff; */
}

.main-p1-text {
    font-size: 50px;
}

.main-p2-text, .main-p3-text {
    font-size: 24px;
}

.right-content img {
    max-width: 100%;
    height: 95.5%;
    width: 35%;
    border-radius: 50%;
}

.right-content img {
    max-width: 100%;
    height: auto;
}

footer {
    width: 100%;
    height: 8%;
}

.footer-p1-1 {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}