@font-face {
    font-family: 'Work Sans';
    src: url('/Fonts/WorkSans-Regular.woff2') format('woff2'),
    url('/Fonts/WorkSans-Regular.woff') format('woff');
    font-style: normal;
}

body {
    font-family:'Work Sans';
    font-size: 18px;
    line-height: 1.2em;
}

body a {
    text-decoration: none;
    color: #32508e;
}

body a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 100%;
}

.webpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.webpage .image img {
    width: 100%;
}

.legal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-top: 30px;
}

.legal a {
    margin-left: 20px;
}

@media all and (min-width: 900px) {
	.wrapper {
		position: relative;
	}
}

@media all and (max-width: 500px) {
	body {
		/* position: relative; */
	}
}