.big{
    background-color: rgb(186, 4, 186);
    text-align: center;
    padding-bottom: 50px;
}
.txt{
    background-color: rgb(250, 4, 168);
    margin-right: 750px;
    margin-left: 750px;
    padding: 20px;
    text-transform: uppercase;
    color: white;
    text-shadow: 3px 3px black;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 13px;
    box-shadow: 5px 5px 10px aqua;
    font-weight: bold;
}
.h{
    padding-top: 50px;
    color: red;
    text-shadow: 3px 3px 2px black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    transition: 0.5s all linear;
}
.h:hover{
    color: yellow;
}
.img{
    box-shadow: 0 0 10px gray;
    border: 8px solid white;
    border-radius: 10px;
}
.img:hover{
    box-shadow: 0 0 20px yellow;
}
.butt{
    font-size: 20px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 5px 5px black;
    color: white;
    font-weight:bold;
}
.button{
    background-color: red;
    margin-right: 20px;
}
.button1{
    background-color: blue;
}