* {
    padding: 0;
    margin: 0;
}

#title {
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, lime, lightgreen)
}

#title #text{
    position: relative;
    top: 40px;
    font-family: sans-serif;
    text-align: center;
    font-size: 100px;
}

#link {
    font-size: 50px;
}