body {
    background: #0f000f;
    font-family: Seele;
    background-image:  url(Pictures/sitepics/texas.jpg);
    background-repeat: no-repeat;
    background-size:110%;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    height: 100px;
    margin: 0;
    cursor: url(Pictures/sitepics/cursor.png), auto;
}
.header {
    background: linear-gradient(#fc0404, #0f000f);
    border-bottom: 1px black;
    border-top: 1px black;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    margin: 0;


}
.layout {
    display: grid;
    gap: 12px;
    grid-template-columns: 240px 1fr;
    margin-left: 300px;
}

.inner {
    max-width: 800;
    display: grid;
    padding: 12px;
    gap: 8px;
}
.layout {
    display: grid;
    gap: 12px;
    grid-template-columns: 240px 1fr;
    margin-left: 300px;
}
.shell {
    gap: 10px;
    background: rgba(93, 248, 93, 0.5);
    width: 80%;
    margin: 102px;
    padding: 10px;
    padding-right: 30px;
}
.info{
    background: rgba(93, 248, 93, 0.5);
    padding: 10px;
    height: 391.812px;
    width: 366px;
    margin-top: 102px;
}
@font-face {
    font-family: Seele;
    src: url(Documents/fonts/MKSD_SEELE/MKSD_SEELE/Seele-One.otf);
}
img {
    size: 50px;
}
span {
    font-family: 'Times New Roman', Times, serif;
}