body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    font-size: xx-large;
    display: flex;
    flex-wrap: wrap;
}

#static {      
    width: 260px;
    text-align: center;
}

#output {
    margin-left: 10px;
    text-align: center;
}

#top {
    min-height: 40%;
    width: 100%;
}

#bot {
    min-height: 40%;
    width: 100%;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
}
