﻿body {
    background: rgba(250,200,167,0.3);
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  /*  min-height: 100vh;*/
}

.responsive {
    width: 100%;
    max-width: 800px;
    height: auto;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.myfont {
    font-family: "Ofaly";
    font-size: clamp(2rem, 10vw, 5rem);
    text-align: center;
}

.myfont2 {
    font-family: Arial;
    font-size: clamp(0.5rem, 2.5vw, 1.25rem);
    text-align: center;
}


@font-face {
    font-family: "Ofaly";
    src: url('../fonts/Ofaly.ttf');
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
