body {
    height: 100vh;
    flex-direction: column;
    background-image: url('supergames-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}


.center {
    text-align: center;
}

.btn_link {
    border: 2px solid black;
    padding: 7px;
    background-color: #0099ff;

}

.project {
    border: 2px solid black;
    padding: 10px;
    background-color: #afd5f5;
    width: 250px;
    margin: 20px;
}

.projectList {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: purple;
    text-decoration: underline;
}

a:active {
    color: purple;
    text-decoration: underline;
}
