body{
    background-color: #D9EDF9;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: inherit;
}

b{
    color: #0088DA;
}

#logo{
    width: 25%;
    margin-bottom: 1.25rem;
}

#content{
    background-color: white;
    width: 25%;
    padding: 0 1rem;
    border-radius: 5px;
    text-align: center;
    user-select: none;
}

#info{
    font-size: 1.1rem;
    text-align: justify;
}

#footer{
    position: fixed;
    bottom: 1.25rem;
    color: #444;
    user-select: none;
}