html {
    background-color: #fff;
    font-family: 'Times New Roman', Times, serif;
    /* color: #fff;
    background-color: rgb(12, 12, 12); */
}
nav {
    background-color: #e6e6e6;
    margin: 0;
    padding: 4px 8px 6px 8px;
}

#intro {
    display: flex;
    gap: 20px;
    font-family: 15px;
}
#intro p a {
    color: rgb(9, 92, 195);
    text-decoration: none;
}
#intro p a:hover {
    text-decoration: underline;
}
#intro video {
    max-width: 235px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 100%;
}
main {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 0;
}
main section {
    margin-bottom: 10px;
    background-color: transparent;
}

.simple {
    font-family: sans-serif;
    text-align: center;
    background-color: #eaeaea;
}
.border {
    padding: 10px;
    border: 1px solid #000;
}
.user-block {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.block iframe {
    max-width: 100%;
    max-height: 200px;
}

a.user {
    display: flex;
    text-align: center;
    flex-flow: row nowrap;
    gap: 7px;
    cursor: pointer;
    text-decoration: none;
}
a.user .avatar {
    display: inline-block;
    width: 18px;
    height: 18px;
}
a.user .username:hover {
    text-decoration: underline;
}

.idea {
    line-height: 37px;
}

.header {
    display: flex;
    width: 100%;
    align-items: flex-start;
    border-bottom: 1px solid rgb(208, 208, 208);
}
.header a {
    height: ;
    margin-left: auto;
}

/* Fish */
/* .fish {
    display: flex;
    flex-flow: row wrap;
    text-decoration: none;
}
.fish a {
    padding: 7px;
    text-decoration: none;
} */

video {
    width: 100%;
}


input[type="url"], input[type=email], input[type="text"], input[type="password"] {
    background: #fff;
    border: 1px solid gray;
    margin-bottom: 10px;
}
select {
    margin-bottom: 10px;
}

footer {
    margin: 0;
    margin-top: 160px;
    padding: 4px 8px 6px 8px;
}

.ad {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    width: 100%;
    max-width: 220px;
    height: 120px;
    padding: 8px;
    background-image: url('/images/ad-flower.png');
    background-repeat: repeat;
    background-color: #c3d7e6;
    background-size: 327px;
    border: 1px solid gray;
}

#annoucements {
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
    margin-top: 20px;
}
#annoucements a {
    display: inline-block;
    width: 100%;
    max-width: max-content;
    border: 1px solid #000;
    padding: 10px;
    text-decoration: none;
}
#annoucements a:hover {
    box-shadow: 2px 2px 2px #e1e1e1;
}

#support {
    margin-top: 100px;
}
#supporters {
    font-size: 16px;
    font-style: italic;
    columns: 3;
    max-width: 500px;
}

section h3 {
    font-size: 16px;
}
.fish {
    display: flex;
    flex-flow: row wrap;
    font-size: 15px;
    gap: 0px;
}
.fish a {
    font-size: 16px;
    display: block;
    text-decoration: none !important;
    padding: 5px;
}

@media(max-width:535px) {
    main {
        padding: 0;
    }
    .block {
        width: 100%;
    }
    .plots .plot {
        grid-template-columns: 1fr;
    }
    #annoucements {
        flex-flow: column nowrap;
    }
    #video {
        display: none;
    }
    #supporters {
        columns: 1;
    }
}