@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap";* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none
}

p {
    font-family: Montserrat,sans-serif;
    font-size: 15px
}

h1,h2,h3,h4,h5,p {
    color: #fff
}

.wrapper {
    background-image: linear-gradient(rgba(70,70,70,.7),rgba(70,70,70,.7)),url(/assets/image1-d2168a97.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    background-attachment: fixed
}

.mytext {
    text-align: justify
}

#swag:hover {
    border: 2px solid #fff;
    border-radius: 10px
}

.footer {
    display: flex
}

#wallet {
    background-image: linear-gradient(rgba(70,70,70,.7),rgba(70,70,70,.7)),url(/assets/img2-a38966ba.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    background-attachment: fixed
}

#swag2:hover {
    border-radius: 10px;
    box-shadow: 7px 12px 5px -7px #ede4e44f;
    -webkit-box-shadow: 7px 12px 5px -7px rgba(237,228,228,.31);
    -moz-box-shadow: 7px 12px 5px -7px rgba(237,228,228,.31)
}
