body,html {
    margin: 0;
    width: 100%;
    height: 100%;
}

header {
    z-index: 4;
}

.markdown * {
    color: inherit!important;
}

.zyfo-container {
    padding: 3px;
}

.social-link {
    margin: 0 6px;
}

.slide-in {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide-in.visible {
    opacity: 1;
    transform: translateY(0);
}

p {
    margin: 0!important;
}

.zyfo-cust-html-styling {
    background-color: rgb(243, 239, 239);
    color: black;
}

.zyfo-cust-html-styling h1 {
    font-size: 3rem;
}

.zyfo-cust-html-styling h2,h3,h4,h5 {
    font-size: 2rem;
}

.zyfo-cust-html-styling button {
    background-color: rgb(16, 185, 129);
    padding: 5px 10px;
    border-radius: 3px;
    color: white;
}

.zyfo-cust-html-styling button:hover {
    background-color: rgb(0, 155, 99);
}

.zyfo-cust-html-styling input {
    padding: 5px 10px;
}

.zyfo-cust-html-styling input::after {
    content: '\A';
    white-space: pre;
}

.zyfo-btn {
    opacity: 0;
}

.zyfo-container:hover .zyfo-btn {
    opacity: 1;
}