* {
    margin: 0; border: 0; padding: 0; font-size: 10;
}

body {
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
    /* text-align: center; */
    color: grey;
}

h1 {
    font-size: 4em; 
    text-align: center;
    margin: 24px 0px 32px 0px;
    /* text-shadow: 8px 8px 4px mediumseagreen; */
    color: grey;
    /* text-decoration:double; */
}

h1 span {
    font-weight: normal;
}

#about {
    border:lightslategrey 2px solid;
    margin: 20px auto;
    text-align: center;
    width: 70%;
}

#images {
    display: flex;
    margin: 30px auto;
    border: grey 5px solid;
    width: 90vw;
    /* padding: 2vw; */
    justify-content: center;
}

#images a {
    text-decoration: none;
}

#bigpic {
    order: 2;
    padding: 10px;
    margin: 20px;
    border: lightslategray 3px solid;
}

#left {
    order: 1;
}

#right {
    order: 3;
}

.thumbnail {
    filter: sepia(30);
    height: 200px;
    transform: translateY(90px);
    border: solid 2px slategray;
    /* border-radius: 20%; */
}

.thumbnail a {
    text-decoration: none;
}

#text {
    border: slategray 2px solid;
    word-spacing: 25vw;
    width: 80vw;
    text-align: center;
    margin: 10px auto;
}

#text a {
    color: grey;
}