body {
    margin: 0;
    font-family: 'VT323', monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    padding: 20px;
    background-color: black;
    color: lightslategray;
}

.App{
    overflow-x:hidden;
}

.attentionText{
    color: ghostwhite;
}

a{
    color: ghostwhite;
}
a:hover{
    color: magenta;
}

.accentColourGreenSymbol{
    color: lime;
}

.accentColourMagentaSymbol{
    color: magenta;
}

.boxedText {
    width: 100%;
    max-width: 800px;
}

.wrapped-text {
    padding: 0 1ch;
}

.separator-h{
    color: ghostwhite;
}

#pineapples {
    cursor: pointer;
}

.speakerPhoto {
    max-width: 200px;
    max-height: 200px;
    box-shadow: 3px 3px 0 lime;
    border: 1px solid lime;
    object-fit: cover;
}

.speaker {
    padding: 2ch;
}

.speakerText {
    margin-top: .5ch;
}

.speakerName {
    color: lime;
}

@media(min-width: 768px){
    .speakerText {
        margin-left: 2ch;
        margin-top: -6px;
    }
    .speaker {
        display: flex;
    }
}

.logo {
    max-width: 200px;
    max-height: 200px;
}

.logos .frame {
    height: 100px;
    float: left;
}

.logos img {
    vertical-align: middle;
    max-height: 100px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}