body {
    color: black; 
    font-family: 'helvetica';
    text-align: center;
}
h1 {
    color: darkred;
    text-align: center;
    text-shadow: 4px 0 pink
}

p {
    color: black;
}

button {
    background-color: pink;
    border-radius: 50%;
    color: darkred;
    border: none;
    cursor: pointer;
    
}

#scroll {
    display: none;
    line-height: 12px;
     width: 57px;
     font-size: 10pt;
     margin-top: 150px;
     position:fixed;
     top:0;
     right:30px;
    padding: 10px;

}

.home {
    line-height: 45px;
     width: 50px;
     font-size: 10pt;
     margin-top: 30px;
     position:fixed;
     top:0;
     right:30px;
 }

a{
    text-decoration: none;
    color: darkred;
}

.contact{
    line-height: 60px;
     width: 66px;
     font-size: 10pt;
     margin-top: 60px;
     position:fixed;
     top:0;
     right:30px;
 }
p{
    text-decoration: overline;
    margin-top:-10px;
}