body {
    background-color: white;
    font-family: 'Prompt', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(241, 241, 255);
    min-width: 400px;
    max-width: 1100px;
}

a {
    all: unset;
    cursor: pointer;
}

img.underline-1 {
    object-fit: cover;
    display: flex;
    width: 80%;
    padding-left: 32px;
    padding-bottom: 80px;
}

img.underline-2 {
    object-fit: cover;
    display: flex;
    width: 40%;
    padding-left: 32px;
    padding-bottom: 80px;
}

.intro {
    display: flex;
    flex-direction: column;
    width: 65%;
    align-content: center;
    margin: 40px;
}

.intro h10 {
    font-family: Prompt;
    font-size: 40px;
    color: black;
    font-weight: 700;
/* padding: 80px; */
    padding-bottom: 0px;
}

.intro h2 {
    font-family: Prompt;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 32px;
    padding-left: 80px;
    width: 70%;
}

.footer-style {
    padding: 24px;
    justify-content: flex-start;
    width: 100%;
}

h10 {
    font-family: Prompt;
    font-size: 48px;
    color: black;
    font-weight: 700;
}

h2 {
    font-family: Prompt;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
}

h3 {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    margin: 0;
}

h4 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 700;
    margin-bottom: 1px;

}

h5 {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

h6 {
    font-size: 40px;
    color: white;
    font-family: Poppins;
    font-weight: 800;
    margin: 0;
    margin-bottom: 0px;
}

p1 {
    font-size: 24px;
    font-family: Poppins;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

p2 {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

p3 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

p4 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
}

p5 {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
}

p6 {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px; 
}
header {
    background-color: #ffffff;
    display: flex;
    justify-content: start;
    padding: 16px;
}

header a {
    padding: 16px;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.bigcontainer {
    display: flex;
    /* height: 350px; */
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.bigcontainer h6 {
    color: white;
}

.bigcontainer img {
    object-fit: cover;
    height: 100%;
}

.information {
    background-color: #2C2C2C;
    width: 40%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;

}

.information-title {
    flex-direction: column;
    display: flex;
    padding: 32px;
    padding-bottom: 0px;
}

.buttons-box {
    flex-direction: column;
    display: flex;
    padding: 32px;
    padding-top: 0px;
}

.project-container-right {
    display: flex;
    width: 60%;

}

.design-for-games-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* padding-left: 100px; */
}

.ui-art-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* padding-left: 100px; */
}

.buttons {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 200;
    display: flex;
    flex-direction: row;
    /* grid: auto-flow dense; */
    justify-content: flex-start;
    width: 100%;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    /* border: 1px solid #B5B5B5; */
    color: #ababab;
    display: flex;
    margin: 2px;
    margin-bottom: 4px;
    padding: 12px;
    height: 12px;
    text-decoration: none;
}

/* ------ Project Specific ------ */
.bigcontainer.beakers-bog h3 {
    color: #D084FF;
}

.bigcontainer.quiz-wiz h3 {
    color: #52D9AE;
}

.bigcontainer.quests h3 {
    color: #7AD3EF;
}

.bigcontainer.spacer h3 {
    color: #F4BB2A;
}

.bigcontainer.match3 h3 {
    color: #F365D4;
}

.bigcontainer.madragora h3 {
    color: #4856ce;
}

.bigcontainer.madragora p5 {
    color: #B5B5B5;
}

.bigcontainer.mr-nothing h3 {
    color: #AABE2C;
}

.bigcontainer.mr-nothing p5 {
    color: #B5B5B5;
}




.paddingstyle1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 0;
    margin-top: 64px;
}

@media (max-width: 600px) {
    .bigcontainer {
        flex-direction: column-reverse;
        height: 500px !important;
    }

    .bigcontainer .information {
        width: 100% !important;
    }

    .bigcontainer .project-container-right {
        width: 100%;
        height: 200px;
    }

    .intro {
        width: 80%;
        
    }

    .intro h10 {
        width: 80%;
        padding-left: 40px;
    }

        .intro h2 {
        width: 80%;
        padding-left: 40px;
    }

    img.underline-1 {
        width: 60% !important;
        padding-left: 8px;
        opacity: 0px !important;

    } 

    img.underline-2 {
        width: 60% !important;
        padding-left: 8px;
        opacity: 100% !important;

    }



}