.projects{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
}

.projects section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px 30px 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.projects section .content{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    flex-wrap: wrap;
}

.projects section .content .button {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.projects .button:hover {
    outline: 2px solid white;
}

.project-icon {
    width: 250px;
    height: 250px;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.project-icon img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-content p{
    max-width: 1200px;
    width: 95%;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif, 'Times New Roman', Times, serif;
}

.project-content .links{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 95%;
    margin-top: 40px;
}

.project-content .links .left{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.project-content .links .right{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.project-content .links .left a{
    color: white;
    text-decoration: none;
    border-style: solid;
    border-radius: 9px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.project-content .links .right a{
    color: white;
    text-decoration: none;
    border-style: solid;
    border-radius: 9px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.mySlides {
    width: 100%;
    height: auto;
}

.mySlides img {
    width: 100%;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.project-the-forest-bonshi-game{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
}

.project-test {
    width: 96%;
    display: block;
    height: 97%;
    min-height: 625px;
}