body {
    background: url('./bg.jpg');
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #0F4D92;
    margin-top: 3%;
    margin-bottom: 5%;
    margin-left: 15%;
    max-width: 60%;
}

div.home {
    float: left;
}

div.links {
    float: right;
}

h1 {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 700;
    color: #4F10AD;
}

h2 {
    padding-top: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #4F10AD;
}

img {
    float: left;
    margin-right: 30px;
    width: 150px;
    height: 150px;
}

img.me {
    padding: 1px;
    border: 1px solid #021a40;
    width: 250px;
    height: 255px;
}

.link {
    text-decoration: none;
    font-weight: 400;
    color: #4F10AD;
}

.link:hover {
    color: #FFBC00;
}

table {
    margin-top: -2%;
    margin-bottom: -2%;
}

td {
    font-size: 18px;
    vertical-align: top;
}
