body{
    margin:0;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background: #F5F5F5;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    background-image: url(../images/bg-paws1.jpg);
    background-size: 700px;
    background-blend-mode: lighten;

}

.container{
    max-width:500px;
}

.logo{
    width:400px;

}

h1{
    margin:10px 0;
    font-size:28px;
}

p{
    margin-bottom:30px;
    font-size:16px;
    opacity:0.9;
    color:#2591c3;
}

.button{
    display:inline-block;
    padding:14px 30px;
    background:#2591c3;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    border-radius:26px;
    transition:0.2s;
}

.button:hover{
    background:#f4881f;
}
