body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F4B7FF;
    color: #333;
}

h1 {
    font-size: 450%;
    color: black;
    font-family: "brevia", sans-serif;
    font-weight: 900;
    font-style: italic;
}

h2 {
    color: #1c1c1c;
    font-family: "brevia", sans-serif;
    font-weight: 900;
    font-style: italic;
}

p {
    color: #1c1c1c;
    font-family: "brevia", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 17px;
}

.bubble {
    background-color: #ffffff;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px 7px 7px 2px;
    left: 0px;
    top: 0px;
    padding: 10px 30px;
    margin: 5% 18%;
    width: 60%;
}

.links {
    background-color: #BC79FF;
    color: #ffffff;
    border-color: black;
    border-style: solid;
    border-width: 1px 4.5px 4.5px 1px;
    text-decoration: none;
    font-size: 1em;
    padding: 1em;
    border-radius: 25px;
    font-family: "brevia", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.links:hover {
    background-color: #9258cc;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 2%;
}

.bubble2 {
    background-color: #ffffff;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px 7px 7px 2px;
    left: 0px;
    top: 0px;
    padding: 10px 30px;
    margin: 5% 18%;
    width: 20%;
}

.contact-bubble {
    background-color: #ffffff;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px 7px 7px 2px;
    left: 0px;
    top: 0px;
    padding: 10px 30px;
    margin: 6% 7.5%;
    width: 80%;
    position: absolute;
    margin-top: 320px;
}

.middle-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-end {
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-text {
    border-color: black;
    border-style: solid;
    border-width: 2.5px;
    margin-bottom: 15px;
}

.contact-button {
    background-color: #BC79FF;
    color: #ffffff;
    border-color: black;
    border-style: solid;
    border-width: 1px 4.5px 4.5px 1px;
    text-decoration: none;
    font-size: 1em;
    padding: .8em;
    border-radius: 25px;
    font-family: "brevia", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    position: absolute;
    margin-top: 60px;
}

.contact-header {
    background-image: url(placeholder.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40vh;
    position: relative;
    border-color: #1c1c1c;
    border-style: solid;
    border-width: 0px 2px 7px 2px;
}

.why {
    font-size: 80px;
    margin-top: 150px;
    margin-left: 500px;
}

.dude {
    width: 20%;
    height: 20%;
}

.dude-div {
    position: relative;
    display: flex;
    justify-content: flex-end;
    top: -400px;
    left: -500px;
}

::selection {
    color: white;
    background: #BC79FF;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.image-container-2 {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.work-image {
    width: 20%;
    height: 20%;
    border-radius: 25px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 2px 5px 5px 2px;
    box-shadow: 5px 5px rgb(255, 255, 255), 12px 12px #BC79FF;
}

#work-nav {
    margin-left: 10px;
}

.why-image-container {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.why-image-container-2 {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.why-image {
    width: 15%;
    height: 15%;
    border-radius: 25px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 2px 5px 5px 2px;
    box-shadow: 5px 5px rgb(255, 255, 255), 12px 12px #BC79FF;
}






.idk {
    transform: rotate3d(1, 2, 1, 45deg);

    display: inline-block;
    animation: RotateY 15s linear infinite;
}

@keyframes RotateY {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}