body{
animation: fadeInAnimation ease 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
background-image: url(/svckr/images/background-5.png);
background-attachment: scroll;
background-repeat: repeat;
background-size: 260px;
box-sizing: border-box;
display: flex;
cursor: url(/svckr/images/cursor/cursor-1.png), auto;
}

.bree-serif-regular {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  font-style: normal;
}



@media only screen and (max-width: 600px){

    img.decor{
        width: 300px;
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main{
    margin: auto;
    max-width: 500px;
    max-width: 500px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    box-shadow: 8px 10px 0px -3px #000000;
    background: url(/svckr/images/background-7.png);
}
.top{
    margin: auto;
}

/*img.icon{
    width: 150px;
    border-radius:100%;
    filter: contrast(200%) brightness(70%) saturate(70%);
    border: dashed black 3px;
}*/

img.decor{
    max-width: 450px;
}


p{
    font-family: Bree Serif, sans-serif;
    color: #929861;
    font-size: 20px;
    text-shadow: black 1px 1px;
}

p.button{
    color: #c6d8b2;
    font-size: 25px;
    margin: 15px auto;
    padding: 30px;
    max-width: 300px;
    align-content: center;
    background-color: #19191a;
    border-radius: 10px;
    box-shadow: black 2px 5px;
    transition: 0.25s;
}

a {
    font-family: Bree Serif, sans-serif;
    color: #000000;
    text-decoration: underline;
}
a:hover{
    color: #70983b;
}