@charset "utf-8";

@font-face {font-family: "DINRoundWeb-Light";src: url("../fonts/DINRoundWeb-Light.woff")}
@font-face {font-family: "DINRoundWeb-Bold";src: url("../fonts/DINRoundWeb-Bold.woff")}
* {font-family: "DINRoundWeb-Light";margin: 0;line-height: 115%}

h1{font-family: 'DINRoundWeb-Bold'}
h2{color: #FFC000;font-family: 'DINRoundWeb-Bold'}


.center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: space-evenly;
    margin: 100px;
}
