html{
    height: 100%;
}
body{
    background-image: linear-gradient( rgba(32,119,86,1), rgb(28, 2, 255));
}

p{
    color: white;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    
    
}

h1{
    color: white;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 3px;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bin{
    border-style: solid;
    background-color: aliceblue;
    border-width: 7px;
}