.i404{
    margin-top: 20vh;
}
.t404{
    margin-top: 13vh;
}
.btn-style-5{
    background-color: #1D2E36;
    color: white;
    clip-path: polygon(0 34%, 93% 24%, 100% 65%, 14% 74%);
    border: 40px solid #1D2E36;
    float: right;
}
.btn-style-5:hover{
    background-color: #1D2E36;
    color: white;
    clip-path: polygon(0 34%, 93% 24%, 100% 65%, 14% 74%);
    border: 60px solid #1D2E36;
    translate: 4s;
}