center {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
h1 {
    font-size: 80px;
}
a {
    color: black;
}

a:visited {
    color: black;
}

table{
    margin-left: 20%;
    margin-right: 20%;
    border-spacing: 20px;
}

.projects:hover {
    color:grey;
}

.menu-bar:hover {
    color:grey;
}

.sns_logo {
    width: 40px;
    height: 40px;
    padding:5px;
}

.sns_logo:hover {
    filter:opacity(50%)
}

.menu-bar {
    margin-right: 50px;
    font-size: 20px;
}

#introduction{
    font-size: 20px;
    vertical-align: top;
    text-align: left;
}

#description {
    font-size: 20px;
    vertical-align: top;
    text-align: left;
}

#proj_image {
    width: 500px;
    height: 350px;
}

#projects_title {
    font-size: 30px;
}