* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Silkscreen", sans-serif;
                   font-weight: 400;
                   font-style: normal;
}

body {
    color: #B5A8D5;
    background: #4D55CC;
}

nav {
    height: 100px;
    background: #211C84;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 22%;
    padding: 0 2rem;
}

nav a {
    text-decoration: none;
    color: #B5A8D5;
    padding: 0 1.5rem;
}

.container {
    color: #211C84;
    padding-top: 200px;
}
.container h1 {
    text-align: center;
    font-style: bold;
    margin-bottom: 1rem;
    font-size: 4rem;
}
.container p {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
}

.start-button {
    display: block;
    width: 300px;
    margin: auto;
    cursor: pointer;
    text-align: center;
}

.column-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 2rem;
}

.hero-image{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .hero-container{
        grid-template-columns: 1fr;
    }
}

.header {
    height: 300px;
    font-size: 2rem;
    text-align: center;
    padding: 50px;
    color: #B5A8D5;
}

.bonnie-container {
    display: flex;
}

.image-column {
    width: 50%;
    justify-content: center;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.bonnie-info-column {
    width: 50%;
    color: #211C84;
    font-size: 1.5rem;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.profile-image {
    width: 30%;
}

.alexa-container {
    display: flex;
}

.alexa-info-column {
    width: 50%;
    color: #211C84;
    font-size: 1.5rem;
    text-align: right;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact-info {
    color: #211C84;
    justify-content: center;
    text-align: center;
}

.contact-info h1{
    color: #211C84;
    font-size: 2.5rem
}

.contact-info p{
    color: #211C84;
    font-size: 1.5rem
}

.contact-image {
    padding-top: 45px;
    width: 300px;
}

.carousel slide {
    width: 50%;
    height: auto;
}