body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
}

.foh-logo {
    position: absolute;
    top: -130px;
    height: 130px;
}

.foh-container {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 10px;
    border-radius: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 50vh;*/
    /*width: 50vw;*/
    background-color: rgb(34, 31, 32);
}

.foh-container .welcome-text {
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 1.6em;
}

.foh-container input {
    padding: 20px;
}

.foh-container .moot-photo {
    border-radius: 25px;
    border: 1px solid #fff;
}

.moot-id-input {
    display: block;
    min-width: 40vh;
    margin: 0 auto;
    text-align: center;
}

.moot-id-search {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px;
    width: 140px;
}

.foh-container ul#resultsUL li {
    padding: 10px;
}