body{
    background: rgb(0,101,255);
    background: linear-gradient(10deg, rgba(0, 101, 255, 1) 5%, rgba(255, 255, 0, 1) 60%);
    min-height: calc(100vh);
    padding:0;
    margin:0;
    box-sizing: border-box;
}

.container{
    max-width:1080px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
    display: flex;
    align-items: center;
    justify-content:center;
    height:100vh;
}

.description_text{
    font-size: 42px;
    font-weight: 600px;
    font-family: "Roboto",sans-serif;
    text-align: center;
}

img{
    width:300px;
}

span{
    text-decoration: underline;text-underline-offset: 10px;
}