body {
    background: url('https://cn.bing.com/th?id=OHR.LencoisMaranhao_ZH-CN8194406488_1920x1080.jpg') center/cover fixed no-repeat;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

.text-container {
    margin: 100px 0;
}

.text-1 {
    font-size: 80px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 0px black, -2px -2px 0px black, 2px -2px 0px black, -2px 2px 0px black;
}

.text-2 {
    font-size: 100px;
    font-weight: bold;
    text-decoration: none;
    color: #00FF00;
    text-shadow: 2px 2px 0px black, -2px -2px 0px black, 2px -2px 0px black, -2px 2px 0px black;
}