@import url('../../style.css');
@import url('../../fonts/fonts.css');

main {
	}

.flex-container {
    width: 800px;
    height: 100%;
}

a:link, a:visited {
    outline: none;
    color: #ffd700;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #ffb500;
    text-decoration: none;
    color: red;
}
