body {
    background-color: black;
    color: white;
    font-family: "MS Gothic";
}

.content {
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
}

.card {
    display: flex;
    flex-direction: column;
}

#wiredgif {
    width: 200px;
    
}

#mapimg {
    width: 500px;
    box-sizing: border-box;
    border: 5px white ridge;
}

.scrolly-box {
    height: 100px;
    padding: 20px;
    border: 2px solid;
    font-family: "MS Gothic";
    margin-bottom: 10px;
    overflow: auto;
}

.limit {
    width: 500px;
}

a {
    color: white;
}

a:visited {
    color: white;
    text-decoration: underline dotted 2px white;
}

#lanelain {
    height: 300px;
}

#lainintro {
    width: 300px;
    height: 200px;
}

#moodboard {
    width: 500px;
    cursor: zoom-in;
}