.maintext {
    text-align: center;
}
.main {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;


}
.divider {

}
.linkdiv{
    background-image: url("imgs/paper.jpg");
    width: 70%;
    min-height: 400px;
    border: 2px ridge maroon;
    text-align: left;
    position: relative;


}
.category {

    border: 2px solid black;
    width: 100%;
}
.innerdiv {

    margin-left: 5px;
    display: flex;
    width: 100%;
}
.nsfwdisclaimer {
    font-size: small;
    text-align: center;

}
.title {
    text-align: center;
    font-weight: bold;
}
.sfw {
    display: flex;
    flex-direction: row;
    width: 100%;

}
.nsfw {
    border-top: 1px solid black;
}
.innertext {
    margin-left: 5px;
}
.iconlet {
    height: 50px;
    width: 50px;
}
body {
    background-image: url("imgs/maptexture.jpg");
    height: 100%;
    margin: 0;
    padding: 0;
}