a { color: white; }
a, a:hover, a:active, a:visited { color: white; }

@font-face{
    font-family: 'Tahoma', sans-serif;
}

.flex-container {
    display: flex;
    justify-content: space-around;
}

img {
	float: right;
}