body{
    background-color: #190b28 !important;
    scroll-behavior: smooth;
}
.intro{
    display:flex;
    flex-flow:row wrap;
    justify-content: space-evenly;
    align-items:center;
    color:#ffe;
    font-weight:bolder;
    min-height:100vh;
}
.rotating-img{
    width: 300px;
    border-radius:50%;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
    transition: opacity 0.5s ease, transform 1s ease;
    position: relative;
    padding-top:15px;
}
.fade-in{
    opacity:0;
    transition:6s ease-out;
}
.show{
    opacity:1;
}
.info{
    background-color:#ffe;
    min-height:100vh;
    text-align:center;
    font-weight:bolder;
    margin-top:1%;
    width:100%;
}
.Profession p{
    font-size:20px;
    font-weight:bolder;
    padding:10px;
}
.my-video{
    width:100%;
    max-width:700px;
    box-shadow:0px 2px 10px black;
}
@media (max-width:1120px) {
    .intro{
        text-align: center;
    }
   }
   .my-img{
    background-color:#ffe;
   }
.my-txt{
    color:#ffe;
}
.my-sec-txt{
    color:#ffe;
}