.App {
    text-align: center;
}

.App-logo {
    animation: App-logo-spin infinite 20s linear;
    height: 40vmin;
    pointer-events: none;
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.App div.content {

}

.App-link {
    color: #61dafb;
}

@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* About page styling */
.aboutContent {
    padding: 0 5em;
}
.aboutContent .header {
    font-size: 22pt;
}
.aboutContent p, .aboutContent li {
    font-size: 12pt;
}
.aboutContent strong {
    font-size: 16pt;
}
.aboutContent strong u {
    font-size: 18pt;
}
.aboutContent strong u.line{
    font-size: 17pt;
}
.aboutContent .underline {
    font-size: 17pt;
    border-bottom: 2px solid currentColor;
    display: inline-block;
    line-height: 1.1;
}
@media screen and (orientation:portrait) {
    .aboutContent {
        padding: 0 0.3em;
    }
}

