.headertest{width:95%;background-color:#fff;margin:auto}
@media only screen and (max-width: 800px) {
.headers{width:80%;margin-left:10px;margin-right:10px}
}
.testing-header{position:fixed;background-color:#fff;width:95%;z-index:6}
.textanimate:p:hover{background-color:#1E90FF}
.buttontwo:p:hover{color:red}
.cursor-box{width:400px;height:250px;background-color:#ffff;border-radius:12px;display:flex;font-size:1rem;transition:all .3s ease;padding:1rem;position:relative;overflow:hidden;justify-content:center;align-items:center;text-align:center}
.cursor-box::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(45deg,transparent,#ffffff1a,transparent);top:-100%;left:-100%;transition:all .5s ease}
.cursor-box:hover::before{top:100%;left:100%}
.copying{cursor:copy;background:linear-gradient(90deg,#1e90ffff 0%,#f7f9fcff 100%);border:2px solid #122B45}
.copying:hover{transform:scale(1.05);box-shadow:5px 5px 0 #1E90FF}
.portfolio{box-shadow:5px 5px 15px #888}
.buttontest{transition:all .3s ease;border:solid 1px;border-radius:28px}
.buttontest:hover{border-color:#122b45}