#bloco01{
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 5px;
    /*
    margin: 15px;
    */
    background-color: blue;
    border: 2px solid red;
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(50, 255, 0, 0.3);
    border-top-color: green;
    padding: 10px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    overflow: none;
}

#bloco02{
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
    overflow: auto;
}

span{
    display: block;
    margin: 100px;
}

img{
    height: 250px;
    width: 250px;
    object-fit: cover;
}

#img1 {
    filter: sepia(100%);
    box-shadow: 10px 10px grey;
}

#img2{
    filter: grayscale(100%);
    opacity: 0.1;
    display: none;
}

.background{
    height: 500px;
    width: 500px;
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    background-image: url("https://56e9af4bb89f1d73465cbd39.static-01.com/l/images/e9fa68871c3760eff4ba6d2ba5a5a8ba949a5cf6.jpg");
    background-size: contain;
    background-repeat: repeat-y;
}