
.content {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    font-family: "Rubik Mono One", monospace;
    font-size: 35px;
    color: #3b3b3b;
}


p {
    display: flex;
    justify-content: center;
    font-size: 20px

}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

img {
    height: 350px;
    width: 350px;
}

.button-wrapper {
    text-align: center;
}

.email-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #565656;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, monospace;
    font-size: 15px
}