body {
    background-color: #F3EFF5;
    color: #170D37;
}

img {
    display: block;
    max-width: 500px;
}

.bg-purple {
    background-color: #190C39;
    color: #F3EFF5;
    border-radius: 25px;
}

.bg-default {
    background-color: #F3EFF5;
    color: #170D37;
}

.color-accent {
    color: #ba9afd;
}

.btn-purple {
    background-color: #190C39;
    color: #F3EFF5;
    border: solid #190C39 1px;
    border-radius: 0.35rem
}

.btn-purple:hover {
    background-color: rgba(1, 1, 1, 0);
    color: #190C39;
    border: solid #190C39 1px;
    border-radius: 0.35rem
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 25px 25px;
    background: #F3EFF5;
    text-align: center;
    position:sticky;
    z-index: 1;
    top: 0;
    height: 120px;
}

nav a {
    text-decoration: none;
    font-size: 40px;
    color: #170D37;
    font-weight: bold;
}

h1 {
    font-size: 64px;
    row-gap: 70.4px;
}

a {
    color: #190C39;
    text-decoration: underline;
}

.header p {
    row-gap: 31.5px;
    font-size: 21px;
}