html {
    font-size: 15px;
}
body {
    background-color: #fff;
    background-repeat: repeat;
    color: #2e0614;
    font-family: 'Nunito';
    text-align: left;
    padding: 3px 0 0 0;
    height: 650px;
    width:630px;
    overflow: hidden;
    scrollbar-width: thin; 
}
p{
    font-family: 'nunito';
    margin-top: 5px;
    margin-bottom: 5px;
}
h1 {
    font-size: 21px;
    filter: drop-shadow(1px 1px 0 #ec6270) drop-shadow(-1px 1px 0 #ec6270) drop-shadow(0 -1px 0 #ec6270) drop-shadow(1px 0 #ec6270);
    margin: 5px;
    text-align: left;
    color: #ffffff;
}