

@font-face{
  font-family:
'Ballet';/
  src: url('\Users\toni\Downloads\Ballet\staticBallet_24pt-Regular.ttf') 
format('truetype')/;
  font-weight: normal;
  font-style: normal;
}

body{
    margin-bottom: 200px;
    background-color: rgb(255, 251, 247)
}

p,time{
    font-size: small;
    width: 450px;
    margin-left: 150px;
    margin-right: auto;
    margin-top: 0;
    line-height: 16px;
    color: #53310e;
}

h1{
    font-family: ballet; 
    font-style: italic;
    font-size: 450px;
    margin-left: 30px;
    margin-bottom: -40px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 150px;
     text-shadow:
        -1px -1px 0 rgb(255, 226, 236),
         1px -1px 0 rgb(255, 226, 236),
        -1px  1px 0 rgb(255, 226, 236),
         1px  1px 0 rgb(255, 226, 236); 
}

h2{
    font-family: Georgia, ;
    font-style: italic;
    margin-top: 70px;
    font-size: 30px; 
    margin-left: 150px;
    margin-right: auto;
    margin-bottom: 10px;
    color: rgb(99, 59, 18);
}

p{
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5em;
}

time{
    color: rgba(99, 59, 18, 0.77);
    font-style: italic;
}