*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #0e0231;
    scroll-behavior: smooth;
}
.png{
    position: absolute;
    width: 100%;
    height: 100%;
}
.mainpng{
    width: 100%;
    height: 100%;
}
.hard{
    position: absolute;
        height: 20%;
        width: 70%;
        left: 10%;
        top: 10%;
        color: white;
        font-size: 50px;
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 0px 0px 10px #ffffffbf;
    }
.dicipline{
        position: absolute;
        height: 15%;
        width: 50%;
        border-radius: 20px;
        top: 45%;
        left: 10%;
        background: linear-gradient(145deg, rgb(14, 1, 33),rgb(30, 11, 84),rgb(118, 9, 76));
        box-shadow: 0 0 20px #ffffff18, 20px 15px 30px #ffffff23,-20px 15px 30px #ffffff1e,-20px -15px 30px #ffffff1b,20px -15px 30px #ffffff18;
        transition: transform 1s ease;
        color: white;
        font-size: 25px;
        text-align: center;
    }
.dicipline:hover{transform: scale(1.1);}
.otvetstvennost{
        position: absolute;
        height: 15%;
        width: 50%;
        border-radius: 20px;
        top: 63%;
        left: 10%;
        background: linear-gradient(145deg, rgb(14, 1, 33),rgb(30, 11, 84),rgb(118, 9, 76));
        box-shadow: 0 0 20px #ffffff18, 20px 15px 30px #ffffff23,-20px 15px 30px #ffffff1e,-20px -15px 30px #ffffff1b,20px -15px 30px #ffffff18;
        transition: transform 1s ease;
        color: white;
        font-size: 25px;
        text-align: center;
    }
.otvetstvennost:hover{transform: scale(1.1);}
.terpelbvost{
        position: absolute;
        height: 15%;
        width: 50%;
        border-radius: 20px;
        top: 81%;
        left: 10%;
        background: linear-gradient(145deg, rgb(14, 1, 33),rgb(30, 11, 84),rgb(118, 9, 76));
        box-shadow: 0 0 20px #ffffff18, 20px 15px 30px #ffffff23,-20px 15px 30px #ffffff1e,-20px -15px 30px #ffffff1b,20px -15px 30px #ffffff18;
        transition: transform 1s ease;
        color: white;
        font-size: 25px;
        text-align: center;
    }
.terpelbvost:hover{transform: scale(1.1);}
.rol{
        position: absolute;
        height: 60%;
        width: 25%;
        border-radius: 20px;
        top: 35%;
        left: 70%;
        background-color: rgba(0, 0, 0, 0.327);
        box-shadow: 0 0 20px #ffffff18, 20px 15px 30px #ffffff23,-20px 15px 30px #ffffff1e,-20px -15px 30px #ffffff1b,20px -15px 30px #ffffff18;
        color: white;
        font-size: 23px;
        text-align: center;
        line-height: 1.7;
         transition: transform 1s ease;
    }
    .rol:hover{transform: scale(1.15);}
    .sila{
        position: absolute;
        width: 5%;
        height: 8%;
        top: 48%;
        left: 2%;
    }
    .mosh{
        position: absolute;
        width: 5%;
        height: 8%;
        top: 67%;
        left: 2%;
    }
    .vrema{
        position: absolute;
        width: 4%;
        height: 7%;
        top: 85%;
        left: 2%;

    }