@font-face {
    font-family: 'sin';
    src: url('sin.woff2') format('woff2');
}

.custom-text {
    font-family: 'sin', sans-serif; 
    font-size: 45px;
    color: #000000;
}

body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccff0b;
    margin: 0;
    height: 100vh;
    display: flex;
}
      

img {
    max-width: 50%;
    max-height: 50%;
}
