body {
    background-image: url("https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQJaEaP951be3aa37GGvSmBwp5ZfNUobIqoaxuGzaqJIYPAPzbp");
    background-size: cover;
    
}
#nav {
    font-size: 20px;
}
.aboutme {
    font-family: sans-serif;
    font-size: 16px;
}
.content {
    background-color: white;
}
.name {
    background-color: blue;
    height: 50px;
    width: 400px;
    text-align: center;
}
.button {
    height: 35px;
    width: 100px;
    border-color: White;
    background-color: Blue;
    border-style: solid;
    border-width: 3px;
    border-radius: 500px;
    margin: auto;
    text-align: center;
}
a { 
    text-decoration: none;
    color: yellow;
    font-family: Verdana;
}
.aboutme {
    font-size: 15px;
    font-family: sans-serif;
    color: black;
}
.college {
    font-size: 15px;
    font-family: sans-serif;
    color: black;
    border: solid black;
    border-collapse: collapse;
    width: 50%;
}
.major {
    font-size: 15px;
    font-family: sans-serif;
    color: black;
}
.career {
    font-size: 15px;
    font-family: sans-serif;
    color: black;
}
.programs {
    font-size: 15px;
    font-family: sans-serif;
    color: black;
}
