body {
    background-color: rgb(0, 9, 107);
}

.header {
    background-color: rgb(119, 202, 244);
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSixskHuucIpLgwTdkGetOVKx0xwF1lMW6yV9WXzGLBE3Nu1wIoD78E9Aquj-cRC-DcAQY&usqp=CAU);
    opacity: 0.6;
    text-align: center;
    padding: 2px;
    font-size: 150%;
}

.pideos {
    text-align: center;
}

.hello {
    color: white;
    font-family: 'Segoe UI', sans-serif;
    font-size: 350%;
    text-align: center;
    transform: skewY(20deg);
    transition: 2s linear;
}

.hello:hover {
    transform: skewY(-20deg);
}

.fish {
    width: 1%;
    margin-left: 50%;
    margin-top: 50px;
    transition: 0.5s linear;
}

.fish:hover {
    transform: scale(50);
}

.feined {
    float:inline-end;
    margin-right: 50%;
    margin-top: 100px;
    transition: 2s linear;
}

.feined:hover {
    transform: rotate(360deg);
}