html {
    height: 100%;
}

body {
    font-family: sans-serif;
    height: 100%;
    padding: 0;
    margin: 0;
    min-width: 320px;
}

#peak {
    height: 100%;
}

#peak .content {
    margin-top: -30px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

#peak .container {
    text-align: center;
}

#peak .heading {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 50px;
}

#peak .logo {
    margin-bottom: 20px;
    width: 400px;
    max-width: 80%;
}

#peak .err-no {
    margin-top: 30px;
}

#peak .trace-container {
    text-align: left;
}