body {
    font-family: "DM Sans", sans-serif;
    margin: 0 0 3rem;
}

p {
    font-size: 20px;
}


.btn {
    display: none;
}

#circle1:hover .btn {
    cursor: default;
    display: block;
    margin-left: 5px;
    color: #A3413B;
    font-size: 20px;
}

#circle2:hover .btn {
    cursor: default;
    display: inline-block;
    margin: auto;
    color: #AC822C;
}

#triangle1 {
    display: none;
    border-width: 6px 6px 0 0;
    border-color: #42902B transparent transparent transparent;
    border-style: solid;
    position: absolute;
    left: 5px;
    top: 6px;
}

#triangle2 {
    display: none;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #42902B transparent;
    border-style: solid;
    position: absolute;
    left: 8px;
    top: 8px
}

#circle3:hover #triangle1 {
    display: inline-block;
}

#circle3:hover #triangle2 {
    display: inline-block;
}

#name {
    color: white;
    margin: 0;
    font-weight: normal;
    font-size: 40px;
}

.intro {
    color: #091E77;
    padding-inline: 10px;
}

.intro p {
    margin: 0;
    font-size: 20px;
    color: #446AC0
}

.w1 {
    background: #091E77;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.circle {
    border-radius: 50%;
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}


.social-buttons {
    margin-top: 1rem;
}

.social-buttons .icon {
    font-size: 2rem;
    margin-inline: 0.25rem;
    width: 2rem;
    height: 2rem;
    background: #091E77;
    padding: 10px;
    border-radius: 7px;
    color: #446AC0;
}

.social-buttons .icon:hover {
    background: #1B3089;
}

.social-buttons .icon:nth-child(1) {
    margin-left: 0;
}

.social-buttons a {
    text-decoration: none;
}

#canvas-basic {
    display: block;
    width: 100%;
    height: 100%;
    margin-inline: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.window {
    position: absolute;
    background: #03114F;
    border-radius: 15px;
}


.bottom {
    width: 70vw;
    margin: auto;
}

.about-me p {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
}


.about-me h1 {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 0;
}

h1, h2 {
    font-weight: normal;
}

.skill-tag {
    background: #446AC0;
    padding: 2px 10px;
    border-radius: 5px;
    color: white;
    margin-top: 10px;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.title {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-top: 2rem
}

.title-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.red {
    background: #EC6B5E;
    left: 20px;
}

.yellow {
    background: #F3BD50;
    left: 50px;
}

.green {
    background: #62C254;
    left: 80px;
}

.project {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project h2 {
    width: fit-content;
    margin-top: 0;
    /*background: #e2e5eb;*/
    /*padding: 0 5px 0 5px;*/
    /*border-radius: 4px;*/
    font-weight: 500;
}

.project img {
    width: 200px;
    height: 150px;
    padding: 5px;
    background: #091E77;
    border-radius: 15px;
}

.project .skill-tag {
    color: black;
    background: #fbe6c3;
    margin-bottom: 2rem;
}

img {
    object-fit: cover;
}

@media screen and (max-width: 600px) {

    .pic {
        display: none;
    }

    .intro .pic img {
        width: 35vw;
        height: 35vw;
        border-radius: 15px;
    }

    .intro-text {
        margin-top: 1rem;
    }

    .intro .pic {
        display: block;
        width: 35vw;
        height: 35vw;
        position: inherit;
        background: #091E77;
        padding: 15px;
        border-radius: 15px;
    }

    .intro {
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-left: 5%;
    }

    .window {
        width: 90vw;
        top: 8%;
        left: 5%;
        height: fit-content;
        padding-bottom: 2rem;
    }

    .w1 {
        height: 7vh;
    }
    .header {
        height: 80vh;
    }
}


@media screen and (min-width: 600px) {

    .intro {
        margin-left: 23vw;
        margin-top: 2rem;
    }

    .window {
        left: 15%;
        top: 10%;
        width: 70vw;
        height: 35%;
        padding: 0;
    }

    .pic {
        background: #091E77;
        width: 15vw;
        height: 15vw;
        position: absolute;
        top: 20%;
        left: 18vw;
        border-radius: 15px;
        padding: 15px;
    }

    .w1 {
        height: 6vh;
    }

    .intro .pic {
        display: none;
    }

    .pic {
        display: block;
    }

    .pic img {
        width: 15vw;
        height: 15vw;
        border-radius: 15px;
    }

    .header {
        height: 60vh;
        width: 100%;
    }

    .intro-text {
        margin-top: 0;
    }

}


@media screen and (min-width: 1200px) {
    .window {
        width: 70vw;
        left: 15%;
    }

    .pic {
        left: 18vw;
    }
}

