body{
    background-color: #e0aaaa;
    display: flex;
    justify-content: center;
}

h1, h2, p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
}

.heading{
    display: flex;
    justify-content: center;
}

.underheading{
    display: flex;
    justify-content: center;

}

.tabel{
    display: flex;
    align-self: center;
    flex-direction: column;
}

.tborder {
    border-right: 3px solid #DA8859;
    border-bottom: 3px solid #DA8859;
    border-top: 3px solid #CA7543;
    border-left: 3px solid #CA7543;
}

.rotate {
    animation: rotation 2.25s infinite linear;
    margin: 9;
}

.box{
    border: 3px dashed rgb(229, 138, 48);
    padding-left: 15px;
    padding-right: 15px;
}

@keyframes rotation {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(359deg)
    }
}

.hr {
    border-top: 3px dashed #d67841;
    border-radius: 7px;
}

.lowertxt{
    float: right;
    margin: 0 auto;
}

.ytvid{
    display: flex;
    
    border-right: 6px solid #A8D7FA;
    border-bottom: 6px solid #A8D7FA;
    border-top: 6px solid #8BCAFA;
    border-left: 6px solid #8BCAFA;

    filter: blur(3px);
    margin: 10px;
}

.ytvid:hover{
    from{
    transform: rotate3d(0deg);}
    to{
    transform: rotate3d(359deg)
    }
    
}

.ytvid:hover{
    filter: opacity(1);
}

.axo{
    width: 150px;
    height: 200px;
}

.redchips{
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}