@font-face {
    font-family: 'normographregular';
    src: url('../fonts/normograph.woff2') format('woff2'),
         url('../fonts/normograph.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color:#ffffff;
    font-family: 'normographregular', Georgia, serif;
}
p {
    font-size:14px;font-style:normal;font-weight:normal;
    color:#000000;background-color:#ffffff;
}
#logo {
    margin-top:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#insta {
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
