@font-face {
    font-family: mint soda;
    src: url('/font/mint_soda.ttf');
}

.home-bg {
    background-image: url("/img/bg/grid.gif");
    background-blend-mode: darken;
    background-color: rgb(4, 9, 43);
    color: white;
}

.main-content-header {
    border:3px solid #4f4f4f;
    padding: 0.025em 1em 0.2em 1em;
    border-radius:12px;
}

.danger-box {
    width:50%
}

/* Page content stuff */

.bg-container {
    overflow: hidden;
}

.outer-content {
    padding: 14px;
}

* {
    box-sizing: border-box; 
}

/* UL stuff */

ul {
    list-style:none;
    margin-left:0;
    padding-left:0;
}
  
li {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1em;
    text-indent: -1em;
}
  
li:before {
    content: "-";
    padding-right: 0.5rem;
}

.friend-stamp {
    width:1fr;
}

.friends {
    grid-template-columns: 1fr 1fr;
}

