*{
    box-sizing: border-box;
    font-family: gothic;
}
@font-face{
    font-family: gothic;
    src:url(fonts/gothic.ttf);
}
body{
    background-color: black;
    background-image:url(panda/2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
#wrapper{
    box-shadow: 0px 0px 14px 7px #bcd76c;
    display:flex;
    justify-content: center;
    align-items: center;
    border-width: 7px;
    border-style: solid; 
    border-image: url(panda/border.png) 7 fill round;
    width: 780px;
    height: 620px;
    margin: 9rem 0 0 10rem;
}
#second{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fefbf1; */
    border-radius: 8px;
    border: 1px dashed black;
    height: 98%;
    width: 98%;
    background-image: url(panda/polka.png);
    background-size: 32px;
}
#black{
    background: #bcd76c;
    border-radius: 10px;
    height: 93%;
    width: 93%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
#nav{
    display: flex;
    gap: 7rem;
}
iframe{
    width: 95%;
    height: 86%;
    border-radius: 20px;
    background-color: white;
    background-image: linear-gradient(0deg, rgb(225, 228, 217) 0%, white 100%);
    overflow-y: scroll;
}
a{
    color: black;
    font-weight: bold;
}
a:hover{
    color: #35500c;
}