*{
    margin: 0;
    /* padding: 0; */
}

a{
    color: #39bb2f;
    font-weight: bold;
}

.content{
    /* background-color: #FDCFF3; */
    background: linear-gradient(90deg,#ffd1d8,#7553c9);
    color: #000000;
}

#Title {
    color: black;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size:  100px;
    text-decoration: underline;
}

#text{
    font-family: "Nanum Pen Script", cursive;
    font-weight: 400;
    font-style: normal;
}

#list{
    font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.Image{
    display: flex;
    justify-content: center;
}

#picture{
    border: 2px solid black;;
}



.navlink{
    text-decoration: none;
    color: #2E382E;
    font-weight: 800;
    font-family: "Playwrite BE VLG", cursive;
    font-optical-sizing: auto;
    font-style: normal;
 
}

#base64{
    font-size: 25px;
    text-align: center;
}

#active{
    background-color: #f2bac9;/*#D3FFF3;*/ /*#f2bac9;*/
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
    border-style:dashed;
}

#inactive:hover{
    background-color: /*#FCD3DE;*//*#D3FFF3;*/ #ADBDFF;
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
    /* border-style:dashed; */
}

#separator{
    font-weight: 800;
    font-family: "Playwrite BE VLG", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 25px;
}

.navbar{
    position: fixed;
    width: 100vw;

    background-color: #9883E5;
    border-radius: 5px;
    border-style: ridge;
    border-color: black;
}

footer{
    background-color: #0a3439;
    height: 275px;
    color: #39bb2f;
}