body {
    font-family: Calibri, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}

h2 {
    font-size: 100;
}

h1 {
    font-size: 50px;
    margin-bottom: 0px;

}

p {
    margin-top: 0px;
    font-size: 20px;
}

.box {
    margin: 10px; 
    

}
.disclaimer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
}