@import url('https://fonts.googleapis.com/css2?family=Asset&display=swap');

body    {
    background-color: rgb(28, 28, 28);
    background-image: url("./assets/stars.gif");
    background-size: 200px;
    background-repeat: repeat;
    background-attachment: fixed;
    align-items: center;
}

.layout-table {
    border: 10px solid rgb(158, 158, 158);
    border-style: ridge;
    width: 1200px;
    margin: auto;
    border-spacing: 20px;
}

.banner {
    position: relative;
    text-align: center;
    padding: 20px;
    background-color: rgb(28, 28, 28);
    border: 3px solid rgb(158, 158, 158);
}

.banner-credits   {
    color:rgb(89, 89, 89);
    text-align: left;
    vertical-align: top;
    position: absolute;
    top: 10px;
    left: 15px;
    margin: 0;

}

.banner-credits img    {
    vertical-align: -4.2px;
}

.welcome    {
    color: rgb(188, 188, 188);
    font-family: "Asset", serif;
    font-size: 40px;
    font-weight: 200;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 12px;
}

.welcome img {
    vertical-align: -12px;
}

.sidebar {
    width: 200px;
    vertical-align: top;
    padding: 20px;
    border: 3px solid rgb(158, 158, 158);
    background-color: rgb(28, 28, 28);
    color: rgb(188, 188, 188);
}

.sidebar a {
    color: yellow;
    font-size: 40px;
}

.main-content {
    vertical-align: top;
    padding: 20px;
    background-color: rgb(28, 28, 28);
    border: 3px solid rgb(158, 158, 158);
    color: rgb(188, 188, 188);
}