@font-face {
    font-family: VT323;
    src: url('./fonts/VT323-Regular.ttf');
}

header{
    font-size: 6px;
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height:25vh;
}

header div{
    width: fit-content;
    display: flex;
}


.quote{
    color: #d33682;
    font-size: 16px;
    font-weight: lighter;
    font-family: "VT323", monospace;
    width: fit-content;
    margin: auto;
    height: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quote-content{
    padding: 0%;
    margin-top: 5%;
    margin-bottom: 0%;
    display:flex;
    justify-content: right;
}

body{
    background-color: #002b36;
    color: #d33682;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}


a{
    color: #93a1a1;
    font-weight: bold;
    font-size: 16px;
    font-family: "VT323", monospace;
    font-style: regular;
    text-decoration: None;
    display: flex;
    margin-top: 0px;
    margin-bottom: 1px;
    justify-content: left;
    align-items: center;
    width: fit-content;
    
}

div.list {
	margin_top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul {
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 0%;
    list-style: none;
    justify-content: center;
    align-items: center;
    width: max-content;
}
li {
    padding: 10%;
    width: max-content;
}

a.special-link{
    color: #002b36;
}

.link-block:hover{
    background-color: #073642;
}
a:hover{
    color:#2aa198;
}


.support{
    position: absolute;
    bottom:50px;
    font-family: "VT323", monospace;
    font-size: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.addresses{
    text-align: left;
}

.second-line-monero{
    padding-left: 5ch;
}

.bottom-left{
    color: #586e75;
    position: absolute;
    bottom: 12px;
    font-family: "VT323", monospace;
    font-size: 12px;
    text-align: left;
}


.bottom-right{
    color: #586e75;
    position: absolute;
    bottom: 10px;
    font-family: "VT323", monospace;
    font-size: 12px;
    width:95%;
    text-align: right;
}

.gpgkey {
	font-size:6px;
    color: #93a1a1;
}


@media (max-width:750px){
    header{
        flex-direction: column;
        font-size: 4px;

    }
    .dj {
        padding-top: 5vh;
        font-size: 4px;

    }
    .capitalism {
        margin: auto;
        padding-bottom: 5vh;
    }
    .quote{
        font-size:12px;
    }
}
