@font-face {
   font-family: GohuFont14NerdFont;
   src: url(./GohuFont14NerdFontMono-Regular.ttf);
}

* {
   font-family: GohuFont14NerdFont;
}

body {
    background-color: #f7f8f7;
}

.search_box {
    display: flex;
    margin-top: 10px;
    vertical-align: center;
    justify-content: center;
}

button {
    background-color: #f7f8f7;
    font-size: 30px;
    color: #2a3826;
    box-shadow: 5px 5px 1px 2px #2a382644;
    border-radius: 8px;
    border: #904b59 solid 4px;
    height: 50px;
    width: 50px;
    margin-top: 5px;
}

input {
    width: 690px;
    height: 40px;
    margin: 5px;
    background-color: #f7f8f7;
    font-size: 30px;
    color: #2a3826;
    box-shadow: 5px 5px 1px 2px #2a382644;
    border-radius: 8px;
    border: #904b59 solid 4px;
    padding-left: 10px;
}

input:focus, input:active {
    width: 690px;
    height: 40px;
    margin: 5px;
    background-color: #f7f8f7;
    color: #2a3826;
    box-shadow: 5px 5px 1px 2px #2a382644;
    border-radius: 8px;
    border: #904b59 solid 4px;
    outline: none;
}

.info {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: 20px;
    line-height: 0;
}

#greeting, #time {
    font-size: 48px;
    font-weight: 200;
    color: #2a3826;
}

@media only screen and (max-width: 400px) {
    input {
        width: 50%;
        height: 40px;
        margin: 5px;
        background-color: #f7f8f7;
        color: #2a3826;
        box-shadow: 5px 5px 1px 2px #2a382644;
        border-radius: 8px;
        border: #904b59 solid 4px;
        padding-left: 10px;
    }

    input:focus, input:active {
        width: 50%;
        height: 40px;
        margin: 5px;
        background-color: #f7f8f7;
        color: #2a3826;
        box-shadow: 5px 5px 1px 2px #2a382644;
    	  border-radius: 8px;
    	  border: #904b59 solid 4px;
        outline: none;
    }
   .name {
	font-size: 10px;
        position: relative;
        text-align: center;
        white-space: pre;
        color: #2a3826;
    }
}
.list_title
{
    font-size: 36px;
    border-bottom: solid 2px #904b59;
}
.lists {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    vertical-align: center;
    justify-content: center;
}

.name {
    font-size: 20px;
    position: relative;
    text-align: center;
    white-space: pre;
    color: #2a3826;
}

.watch, .social, .dev, .linux, .other {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f7f8f7;
    box-shadow: 5px 5px 1px 2px #2a382644;
    border-radius: 8px;
    border: #904b59 solid 4px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 200px;
    padding: 40px;
}

a {
    transition: color 0.3s ease;
}
a:visited, a:link, a:active {
    color: #2a3826;
    text-decoration: none;
    font-size: 30px;
    text-indent: 1px;
    line-height: 1.6;
}
a:hover {
    color: #7d9b8f;
    text-decoration: underline;
}
#w,#s,#d,#l,#e
{
    color: #62696D;
}
#mode {
   filter: invert(100%) sepia(0%) saturate(1620%) hue-rotate(8deg) brightness(94%) contrast(88%)
}
#mode:hover {
    filter: invert(56%) sepia(45%) saturate(6917%) hue-rotate(173deg) brightness(96%) contrast(82%) !important
}

