body {
	margin: 0;
    padding: 0;
    
    background-color: #43698d;
}
.block {
	display: block;
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 400;
    src: url("sf_font/SF-Pro-Display-Regular.otf") format("opentype");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 300;
    src: url("sf_font/SF-Pro-Display-Light.otf") format("opentype");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 500;
    src: url("sf_font/SF-Pro-Display-Medium.otf") format("opentype");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 600;
    src: url("sf_font/SF-Pro-Display-Semibold.otf") format("opentype");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 700;
    src: url("sf_font/SF-Pro-Display-Bold.otf") format("opentype");
}