body {
    background-color: #f8f7f5;
    font-family: "Montserrat",sans-serif;
}
p {
    color: #606569;
    font-size: 20px;
}

textarea {
    width: 100%;
    font-size: 25px;
    color: #606569;
    height: 100px;
    border-color: transparent;
}

a {
    color: #91db6c;
    text-decoration: underline;
}

.content {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    align-items: center;
    align-content: center;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.submit {
    border-radius: 5px;
    background: #91db6c;
    color: white;
    height: 30px;
    border-width: 0.1px;
    font-size: 20px;
    margin-top: 15px;
    height: 40px;
    padding: 9px;
}

.enable-logo {
    width: 30%;
}

.smiley {
    width: 18%;
}

.active {
    opacity: 50%;
    border-bottom: solid;
}

.unsubscribe-text {
    font-size: 15px;
}

.green-tick {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 23%;
}

.unsubscribe:hover {
    cursor: pointer;
}

.smiley:hover {
    opacity: 50%;
    cursor: pointer;
}

.submit:hover {
    cursor: pointer;
}

@media screen and (min-width: 1400px) {
    p {
        font-size: 25px;
    }
}