body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ebe3cc;
    background-image: url('Lavander.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-family: Verdana, sans-serif;
}

table {
    width: 100%;
    height: 100vh;
    border-collapse: collapse;
    margin: 0;
}

td {
    height: 33vh;
    text-align: center;
    vertical-align: middle;
}

.center-text {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
