body {
    background: linear-gradient(45deg, rgb(49, 49, 49), rgb(36, 36, 36));
    font-family: sans-serif;
    text-align: justify;
}

h1 {
    font-size: 22px;
    color: #ffffff;
}

h2 {
    font-size: 17px;
    color: #a5a5a5;
}

#block {
    position: absolute;
    width: 50% !important;
    height: 100% !important;
    top: 0;
    left: 25%;
}