body {
    margin-left: 345px;
    background-color: coral;
    align-content: center;
    background-image: url("images/bacckgroundpattern.png"), url("images/cover.png");
    background-repeat: repeat;
    background-size: 250px;
    font-family: 'Cherry Swash';
    color: #C73C3C;
    cursor: url("");
    
    
}

header {
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 180px;
    left: 420px;
}

.button {
    background-color: #F7E9D0;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-family: 'Syne Mono';
    font-size: 15px;
    border-radius: 8px;
    width: 150px;
    margin-top: 250px;
    margin-left: 10px;
    
}

.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

a:link {
    color: brown;
    font-family: 'Syne Mono';
    font-weight: 300;
    
}

a:visited {
    color: coral;
    
}

a:hover {
  color: limegreen;
}


.washi {
    
    position: absolute;
    top: 160px;
    z-index: 2;
}