body {
    background-color: rgb(31, 30, 30);
    font-family: sans-serif, sans-serif;
}

.Mainbody {
    color: rgb(255, 255, 255);
    background-color: rgb(44, 44, 44);
    margin: 4px auto;
    position: relative;
    padding: 1em;
    border-radius: 20px;
    max-width:750px;

}

.Mainbody h1{
   margin-left: 15rem;
}

.Lowerbody {
    background-color: rgb(44, 44, 44);
    margin: 4px auto;
    position: relative;
    padding: 1em;
    border-radius: 20px;
    max-width:750px;
}
.Lowerbody p {
    margin-left: 17rem;

}

.Forms {
    margin: 4px auto;
    position: relative;
    padding: 4em;
}

.Forms #link {
    border:none;
    border: 2px solid #1131ff;
    background: transparent;
    color:#f2e9e9;
    height: 40px;
    outline: none;
    font-size: 16px;
}

.Forms input[type='submit'] {
    border: none;
    outline: none;
    height: 40px;
    background: #5b5c62;
}

.Forms input[type='submit']:hover {
    background: #bdbec5;
}

a:visited {
    color: red
}
.error_msg {
    background-color: #854040;
    width: 19rem;
}
.info_msg {
    background-color: #6873c0;
    width: 25rem;
}
#link {
    width: 19rem;
}
#parent-list {
    list-style-type: None;
}


#thumbnail {
    position: relative;
    justify-content: center;
    padding:1rem;
    max-width: 100%;
    max-height: 50%;
}

#child-list {
    margin:10px auto;
}
#dark{
    color:#93959d;
}
#dark a:hover{
    color:#3e4985;
}
#dark a:visited{
    color:#3c2323;
}