body {
            background-color: red;
            margin: 10px;
            padding: 5px;
            font-family: Arial, sans-serif;
}
.bb {
    font-size: 30px;
    padding: 10px ;
    margin: 100px;
    border-radius: 40px;
}
.sb {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
     background-color: red;
      color: white;
}
.center {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* space between buttons */
}
.center a {
    color: yellow;
}


strong {
    font-weight: bold;   /* default, but you can change it */
    color: red;
    font-size: 20px;
}
       h1  {
            color: white;
            text-align: center;
             font-size: 60px;
             font-family: "myfont", cursive;
            text-shadow: 2px 2px 4px gray;
        }
         
         h2 {
             color: white;
            text-align: center;
            margin: 20px;
             text-shadow: 4px 4px 4px gray;
        }
        h3 {
            
            font-size: 24px;
            font-weight: bold;
            color: black;
            text-align: center;
            margin-top: 20px;
}
        
         p {
             color: white;
            text-align: center;
          margin: 10px 0px 20px 0px;
             text-shadow: 2px 2px 4px gray;
        }