/* 90’s Internet StyleSheet */

body {
background-color: #F5B7D9;
color: black;
font-family: serif;
text-align: center;
}

.row-of-images img {
width: 100px;
height: 100px;
padding: 2vw;
}

table {
border-collapse: collapse;
border: 1px solid black;
margin: auto;
}

th, td {
border: 1px solid black;
padding: 10px;
}

.smallpfp {
width: 50px;
height: 50px;
} 

/* Footer */
.small {
font-size: 10px;
}

/* Heading Styles */
h1, h2, h3, h4 {
font-weight: normal;
margin-top: 0;
}

h1 {
font-size: 48px;
}

h2 {
font-size: 36px;
}

h3 {
font-size: 24px;
}

h4 {
font-size: 18px;
}

/* Hyperlink Styles */
a:link, a:visited {
color: blue;
text-decoration: none;
}

a:hover, a:active {
color: pink;
text-decoration: underline;
}