.mainContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
}

.con {
    max-width: 750px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 68px;
}

button {
    font-family: 'Work Sans', sans-serif;
}

.not {
    text-align: center;
}

.not span {
    background-color: yellow;
}

.em {
    border: solid;
    padding: 2px;
    text-align: center;
    margin-bottom: 10px;
    background: rgba(255, 0, 0, 0.2);;
}

.em img {
    width: 180px;
}

.name {
    overflow: hidden;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    font-family: 'Work Sans', sans-serif;
}

#myBtn:hover {
    background-color: #555;
}

.h {
    margin-bottom: 10px;
}

.q {
    text-align: center;
}

.q a {
    color: blue;
}

.q a:hover {
    color: green;
}

.b {
    text-align: center;
}

.b button {
    font-size: 17px;
}

.b button:hover {
    cursor: pointer;
}