@charset "UTF-8";
*, *::before, *::after {
    box-sizing: border-box;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat"), local("Montserrat-Regular"), url(Montserrat-Medium.ttf) format("truetype");
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #000;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.15;
    color: #151c22;
    text-align: left;
    background-color: #fff;
    background-image: radial-gradient(#d8d8d8 4%, transparent 4%);
    background-position: 0 0, 0 0;
    background-size: 40px 40px;
}

#container {
    position: relative;
    max-width: 647px;
    margin: 0 auto;
}

#circle {
    position: absolute;
    top: -120px;
    width: 100%;
    height: 128px;
    background: #fe7563;
    border-radius: 50% 50% 49% 51% / 87% 87% 13% 13% ;
}

#header {
    padding: 42px 44px 72px;
    text-align: center;
}
#logo {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 3px 9px 3px 6px;
    background: #4c5464;
    border-radius: 2px;
    color: #f1f5f9;
    font-size: 25px;
    font-weight: 600;
}

#content {}
#content p {
    margin: 0;
    padding: 0 24px 14px;
    font-size: 16px;
    line-height: 27px;
    text-shadow: 0 0 2px #fff;
}
