@font-face {
    font-family: "MC-bold";
    src: url("assets/mc-bold.otf");
}
body{
    margin: 0;
}
*{
        font-family: "MC-bold";
        text-align: center;
}
body{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
