header{
    display: flex;
    justify-content: space-between;
    align-items:first baseline;
    background-color: rgb(190, 245, 245);
    width:auto;
    padding:10px;
    padding-left:60px;
    padding-right:60px;
    top:0;
    position: sticky;
    z-index: 1000;
    margin:0px;
    font-size: 1.5em;
}

body{
    margin:0px;
    padding:0px;
    height: 100dvh;

    display: grid;
    grid-template-rows: auto 1fr auto auto;
}

main item{
    padding: 20px;
}

main{
    display:flex;
    align-items: center;
    justify-content: center;
}

.projects{
    margin-left: 60px;
    margin-right: 60px;
    background-color: rgba(190, 245, 245, 0.233);
}

fieldset{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    border: 2px solid black;
    border-radius: 20px;
    margin: 20px;
}

footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom:0;
    position:sticky;
    left:0;
    right:0;
    margin:0px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: rgb(190, 245, 245);
    width: auto;
}

.genre{
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    min-width: fit-content;
    background-color: rgb(190, 245, 245);
}

.icon{
    transform: rotate(180deg);
    background-color: rgb(255, 255, 255);

    legend{
        text-align: center;
        transform: rotate(180deg);
    }

    img {
        transform: rotate(180deg);
    }

}

legend{
    font-size: 1.5em;
    font-weight: bold;
}