@font-face {
    font-family: "Griim";
    src: url('../Fonts/Griim\ Font.ttf') format('truetype');
}

body {
    font-family: Griim;
    background-image: url('../Images/Index/bg\ design.png');
    background-repeat: repeat;
    background-size: 960px 540px;
    font-weight: 1000;
}

h1 {
     color: #ff66cc; 
     font-size: clamp(1.2rem, 5vw, 4.3rem);
}
a { 
    color: #a3c2c2;
}

p { 
    color: #fbc913;
    font-size: clamp(0.9rem, 3vw, 3rem);
}
#TheMessage {
    font-family: Griim;
    font-size: clamp(1.2rem, 4vw, 4rem);
    color: yellow;
}
  
  @media (max-width: 768px) {
    body {
      background-image: url('../Images/Index/phone bg design.png');
      background-size: 900px 1600px;
    }
  }