body{
    margin:0;
    padding: 50px;
    background-color: black;
}

h4 {
    font-family: 'Loved by the King';
    font-size: 70px;
    text-align: center;
    color: #A0C4FF;
  }

.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.card{
    padding: 0.5rem 1rem;
    border: 1px solid #E7BFFF;
    border-radius: 3px;
    margin: .3rem 0;
}
.txt-center{
    text-align: center;
}
textarea{
    width: 100%;
    height: 500px;
    background-color:#cdedfd;
    font-size: 25px;
}
text-l{
    text-align: left;
    
}

p:nth-of-type(2n+1) {
    color:#A0C4FF;
    font-family:'Amatic SC' ;
    font-size: 25px;
  }
  
  

small{
    color: #E7BFFF;
    font-size: 20px;
    font-family:'Amatic SC' ;
}

.container {
    position: relative;
    text-align: right;
    
}
@media (max-width: 960px) {
    .centered{
        font-size: 50px;
        text-align: center;
    }
}
.centered {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-family: 'Loved by the King';
    font-size: 120px;
    text-align: right;
    color: black;
  }

  .black-background {
    background-color: black;
    font-family: 'Amatic SC';
    font-size: 20px;
    font-weight: 100;
    /* text-align: ; */
    color: #ffd9ff;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    
  }

  .btn {
    border: none;
    background-color: inherit;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
  }
  .btn:hover {background:aliceblue;}

  .design {color:black;
    background-color: #ffd9ff;
    font-family: 'Amatic SC';
    font-size: 20px;
    font-weight: 100;
  }
 