* {
    margin: 0;
    padding: 0;
}

@font-face {
    src: url("https://willdotjpg.gay/fonts/Anja%20Eliane.ttf");
    font-family: "Anja Elaine";
}

body {
    background-image: url("https://willdotjpg.gay/images/backgrounds/bg59.gif");
}

a {
    color: #ffeeea;
}

a:visited {
    color: #ffeeea;
}

.cal {
    width: 980px;
    height: 1000px;
    border: 2px dashed #b5be84;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
}

.sidebar {
    width: 200px;
    height: 300px;
    margin-left: 1250px;
    margin-top: 100px;
    position: absolute;
    background-color: #b5be84;
    font-family: "Anja Elaine";
    color: #fff;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}

.iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
