div{
    margin: 5% auto 0%;
    
    font-weight: bold;
    text-align: center;
    padding: 50px;
}
    
body{

    background: rgb(1, 195, 230);
    background: linear-gradient(90deg, rgb(27, 140, 233) 0%, rgb(14, 161, 137) 35%, rgb(2, 255, 107) 100%);
    
}
img{
    height: 100px;
    width: 250px;
}
h1{

    font-size: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    text-shadow: rgb(5, 31, 36);
}