@font-face {
    font-family: "Quartzo";
    src: url("fonts/QuartzoBold-W9lv.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Alagard";
    src: url("fonts/alagard.ttf") format("truetype");
}

@font-face {
    font-family: "Venice";
    src: url("fonts/VeniceClassic.ttf") format("truetype");
}

@font-face {
    font-family: "Audiowide";
    src: url("fonts/Audiowide-Regular.ttf") format("truetype");
}

html {
    background-image: url(images/pplstar.gif);
    font-family: monospace;
    font-weight: bold;
    font-size: 17px;
    color: #e0e0ff;
    text-align: center;
}

#top {

    background-color: #241252;
    background-image: url("images/bck-mindwarp.jpg");
    background-blend-mode: overlay;
    width: 1100px;
    height: 120px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
    position: relative;

    border: solid 3px #4a4aff;
    border-radius: 3px;
}

#divider1 {
    margin: auto;
}

#title {
    font-size: 60px;
    font-weight: bold;
    font-family: Audiowide;
    color: #f8f9ff;
    margin: auto;
    width: 500px;
}

.overlap {
    position: absolute;
}

#spiderman {
    left: 22%;
    top: 28.2%;
    transform: translate(-50%, -50%);
}

#greet {
    font-size: 19px;
    font-family: monospace;
    margin: 0;
    margin-top: 20px;
}

#layout {
    display: flex;
    width: 1100px;
    margin: auto;
    margin-top: 40px;
    gap: 15px;
    
}

#main {
    background-color: #08011a;
    margin: auto;
    padding: 20px;
    width: 570px;
    height: 500px;
    border: 4px #a316ff outset;
    box-sizing: border-box;
    flex-grow: 3;
}


#left {
    background-color: #08011a;
    border: 4px ridge #7a16ff;
    width: 200px;
}

#right {
    background-color: #08011a;
    border: 4px ridge #7a16ff;
    width: 200px;
    padding: 5px;
    box-sizing: border-box;
}