
@font-face {
    font-family: 'Bobbfont';
    src: url('Bobbfont.ttf') format('truetype');
}

body {
    color: white;
    font-family: 'Bobbfont';
    background-color: #39806c;
    font-size: 1.8em;
    text-shadow: #000 0px 0px 3px, #000 0px 0px 3px, #000 0px 0px 3px,
                 #000 0px 0px 3px, #000 0px 0px 3px, #000 0px 0px 3px;
}

friend-name {
    font-size: 1.5em;
    color: #7cc955;
}

green {
    color: #7cc955;
}

.friend-container {
    width: 800px;
    display: flex;
    background-color: black;
    border: 2px outset black;
    padding: 10px;
}