* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
  font-family: milkyway; 
  src: url(/assests/fonts/Milkyway\ DEMO.ttf); 
}

h1 { 
    text-align: left;
    font-family: milkyway;
    color: #faadd1;
    text-shadow: 6px 2px #b0537e;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    
}

h2{
    text-align: center;
    background-color: #faadd1;
    background-image: url('/assests/stantheprince2.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 50px;
    align-content: center;
    text-transform: uppercase;
    color: #efefef;
    text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000;
    margin-bottom: 5px;
    border: 1px solid #faadd1
}

h3 {
    width: 100%;
    background-color: #faadd1;
    margin: 5px 0px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000;
    letter-spacing: 2px;
    font-size: 14px;
}

 p {
    padding: 0.3rem;
}

a {
    color: #fc94c4;
    text-decoration: none;
}

a:hover {
    transition: 1s;
    color: #ffdbec;
}

mark {
    padding: 0px 5px;
    background-color: #faadd1;
}

.fauxcode {
    color: #ffffff;
    background-color: #faadd1;
    padding: 0px 4px;
    border-radius: 3px;
    line-height: 13px;
}

body {
    background-color: #333333;
    font-size: 11px;
    text-align: justify;
    background-image: url(/assests/stantheprince2bg.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#page-body {
    padding: 0.5rem;
    margin: 100px auto;
    width: 80%;
    background-color: #efefef;
    border-radius: 8px;
    border: 1px solid #faadd1;
    z-index: 9999;
    box-shadow: 0px 0px 8px #b0537e9f;
}

#headerimage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    border: 1px solid #faadd1;
}

#mainlinks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 10px;
}

#mainlinks a {
    background-color: #faadd1;
    flex-grow: 1;
    text-align: center;
    color: #efefef;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #ffffff;
    padding: 2px;
}

#mainlinks a:hover {
    transition: 1s;
    background-color: #ffffff;
    color: #faadd1;
}

#welcome {
    margin-bottom: 5px;
}

#guidelines-subtitle {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 5px;
}

#guidelines-word {
    background-color: #faadd1;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 0px 2px;
    font-weight: bold;
    text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000;
}

#guidelines-def {
    background-color: #000;
    color: #fff;
    padding: 1px 0px;
}

#rules {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #faadd1;
    border-top: 1px solid #faadd1;
    padding-top: 5px;
}

#introduction-rule, #following-note {
    border: 1px solid #faadd1;
    margin-bottom: 5px;
}

#introduction-rule h3, #following-note h3 {
    margin-top: 0px;
}



.rule {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-rows: 30px 1fr;
    width: 100%;
}

.rule-number {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
    text-transform: uppercase;
    background-color:  #faadd1;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 3px double #000;
    color: #ffffff;
    text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000;
    align-content: center;
}

.title {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    text-transform: uppercase;
    height: 30px;
    text-align: center;
    font-family: milkyway;
    color: #faadd1;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: #000000;
    align-content: center;
}

.rule-meat {
    grid-area: 2 / 1 / 3 / 3; 
    text-align: justify;
    padding: 0.5rem;
    font-size: 0.8rem;
}

#notes {
    margin: 10px 0px;
}

table {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-collapse: collapse;
    border: 1px solid #fc94c4;
}

tr.table-header {
    background-color: #fc94c4;
    text-align: center;
    height: 30px;
    font-size:20px;
    color: #fff;
    text-transform: uppercase;
}

td {
    height: 25px;
}

td.blog-name {
    background-color: #faadd1;
    text-align: center;
    width: 50%;
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000;
}

td.blog-status {
    padding-left: 5px;
    color: #b0537e;
}

@media (min-width: 450px) {

    #notes {
        column-count: 2;
        column-gap: 0.5rem;
    }

}

@media (min-width: 750px) {
    #page-body {
        width: 60%;
    }

    #guidelines-subtitle {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 20px;
    }

    #guidelines-word {
        flex: 0.5;
        height: 100%;
    }

    #guidelines-def {
        height: 100%;
        line-height: 20px;
        flex: 1.5;
    }

    #rules {
        column-count: 2;
        
    }

    #mainlinks {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1000px) {
    #page-body {
        width: 40%;
    }
}