html{
    background-image: url(../../imgs/backround02.webp);
}

h1{
    color: rgb(24, 24, 24);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    align-items: center;
    margin-top: 15%;
}

p{
    color: rgb(218, 217, 217);
    font-family: Arial, Helvetica, sans-serif;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(19, 19, 19);
    font-size: 18px;
}

p a{
    text-decoration: none;
    color: rgb(218, 217, 217);
}

p a:hover{
    text-decoration: underline;
}

.btn{
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

button{
    background-color: transparent;
    border: 2 2px rgb(19, 19, 19);
    color: rgb(24, 24, 24);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

button:hover{
    background-color: rgb(19, 19, 19);
    border: transparent;
    color: rgb(218, 217, 217);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}