body{
    background-color: #bf80ff;
    height: 1200px;
}

.myrow{
    padding-top: 25px;
    height: 100px
}
.myrow2{
    padding-top: 80px;
}
.myrow3{
    padding-top: 15%;
}
.mycontainer{
    height: 360px;
    margin-top: 200px;
    background-color: springgreen;
}
.nav-link:hover{
    background-color: lightblue
}
.dropdown-item:hover{
    background-color: yellow;
}
#col{
    display: flex;
    justify-content: center;
    background-color: #4da6ff;
    border: 3px solid #ff66ff;
    border-radius: 23%;
    height: 100%;
    font-family: 'Dancing Script', cursive;
}
#word{
    padding-top: 120px;
    font-size: 12;
}
#word2{
    padding-left: 20px;
}
#word3{
    font-size: 25px;
    padding-left: 10px;
    background-color: turquoise;
}

#header{
    width: 290px;
    height: 210px;
    border-radius: 5%;
}
#imgdes{
    display: flex;
    justify-content: center;
    font-size: 12px;
}
#imgdes2{
    position: relative;
    transition: transform .2s; /* Animation */
    width: 350px;
    height: 260px;
}
#imgdes2:hover{
    transform: scale(1.5); /* zooms by 150%*/
}
#img3{
    height: 250px;
    width: 300px;
    border-radius: 15%;
}