body {
    background-image: url('cat2.png');
    background-repeat: repeat;
}

div {
    text-align: center;
}

h1, p {
    text-shadow: 0px 0px 10px blue, 0px 0px 20px #a3d4ff;
    color: white;
    display: inline-block;
}

p {
    font-weight: bold;
}

.text-box {
    background-color: rgba(0, 120, 215, 0.6);
    min-height: 100vh;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
}
