* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}

img {
    width: 350px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,119,0,1) 50%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}
