@import url('https://fonts.googleapis.com/css2?family=Unkempt:wght@700&display=swap');
      h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 25px;
        
        color: #e4a0b9;
        text-align: center;
        padding: 15px 15px;
        
        background: white;
        border-radius: 25px;
      }
    
      body {
        display: flex;
        justify-content: center;
        align-items: center;
        
        flex-direction: column;
        font-family: "Unkempt", cursive;
        
        background-image: url(https://citricbattery.neocities.org/backgrounds/pinknotebook.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
    
    #container{
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 15px;
      
      width: 60%;
      flex-direction: column;
      
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: 25px;
      margin-left: 25px;
      padding: 15px;
      
      background: #E9FFDB;
      border-radius: 10px;
     }
     
     #homecard {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      
      flex-direction: column;
      
      color: green;
     }
     