.Top{
    background-image: url();
    text-align: center;
}
/* .Top :not(:hover){
    color:red
}

.Top :hover{
    animation: rotational 1 .35s ease-in-out;
} */



.background{
    background:url(https://businessfinder.me/wp-content/uploads/2022/03/1-10.jpg) ;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 8.5cm;
    animation: greeno 2.5s 0.5s 1 alternate-reverse;
    text-align: center;
}

@keyframes rotational {
    0%{
        rotate: 0deg;
    }
    25%{
        rotate: 90deg;
    }
    50%{
        rotate: 180deg;
    }
    75%{
        rotate: 270deg;
    }
    100%{
        rotate: 360deg;
    }
}

@media only screen and (max-width: 800px)  {
    hr{
        margin: 0.5cm 4cm;
    }
    #alert{
    text-align: center;
    margin: .25mm .6mm;
    font-size: 11px;
    }
    .background{
        text-align: center;
        padding: 5cm;
        background-size:cover;
        animation: greeno 2.5s 0.5s 1 ease-in-out;
        animation-fill-mode: forwards;
    }
        .body2 {
            display: flex;
            flex: auto;
            flex-wrap: wrap;
            margin-left: .5cm;
        }
    
        .body2 img {
            width: 45%;
        }
        .about{
            margin: 0cm .5cm;
            text-align: center;
        }
         .about img {
            width: 40%;
            border-radius: 10cm;
            height: 40%;
         }
        .quote {
            font-weight: 500;
            font-size: 15px;
            text-align: center;
             }
}

@media only screen and (min-width: 800px){
    .about{
    text-align: center;
    margin: 0cm 10cm;
        }
    .body2{
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: double;
    max-width: 60%;
    margin-left: 9cm;
        }
    .Bodyuno h1{
    margin:.5cm 10cm;
    margin-bottom: .5cm;
    }
    .about img{
        width: 20%;
        border-radius: 10cm;
        height: 20%;
    }
    .quote{
        margin: 0cm 6cm;
        font-weight: 500;
    }
    hr{
    margin:0.75cm 9cm;
}
    }
.body2 img{
    width:50%;
    align-self: center;
}

.Bodyuno p{
    width:50%;
}



body :-webkit-scrollbar {
    display: none;
}

@keyframes greeno {
    0%{
        color: black;
    }
    25%{color: rgb(0, 83, 7);}
    50%{
            color: rgb(1, 129, 12);
        }
    75%{
        color:rgb(10, 207, 0)
    }
    100%{
        color:greenyellow
    }
}
