* {
  /*margin: 0;
  padding: 0;*/
  box-sizing: border-box;
}

body {
    color: whitesmoke;
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(dimgray, white);
}

table,td,tr,td>h1 {
    vertical-align: top;
}

td img {
    margin-left: 40px;
    margin-right: -45px;
}

td h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size:20pt;
}
td h2 {
    margin-top: 0px;
    color: lightgray;
    font-size:16pt;
}

#left {
  width: 500px;
  float: left;
}
#right {
  margin-left: 500px;
  /* Change this to whatever the width of your left column is*/
}
.clear {
  clear: both;
}

.cv-container,.note-container {
    position: relative;
    width: 100%;
}

.previous-profile {
    width: 500px;
    float: left;
    margin-left: 45px;
    margin-right: -45px;
}
a {
    text-decoration: none;
    color: white;
    border: 3px solid transparent;
    margin-bottom: 40px;
}

.next-profile{
    color: white;
    margin-left: 800px;
}

/* landing page */
/*#container {
    display: flex;
    justify-content: center;
}*/
#title-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#alumni-container {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /*max-width: 1000px;*/
}
#alumni-container a {
    width: 500px;
}
#alumni-container a:nth-child(1) {
    background-color: #C75302;
}
#alumni-container a:nth-child(2) {
    background-color: #194C77;
}
#alumni-container a:nth-child(3) {
    background-color: #984950;
}
#alumni-container a:nth-child(4) {
    background-color: #5B8226;
}
.images {
    text-align: left;
    width: 100%;
    padding: 20px;
}
.images img {
    width: 225px;
    float: left;
    padding: 0 20px 20px 0;
}
.images h2 {
    margin-top: 0px;
    font-size: 20px;
}
.images p {
    font-size: 18px;
}
a:hover {
    border: 3px solid white;
}