body{
    background-image: url("../img/mybg.png");
    background-repeat: no-repeat;
}
.top_most_row{
    margin-top:0;
}
.text_container{
    padding:100px;
    height:300px;
    padding-top:100px;
    text-align: center;
    margin: 0 auto;
    border-radius:5px;
}
.text404{
    color:#cc3300;
    font-weight: bold;
    font-size:160px;
}
.text4042{
    color:#339900;
    font-size: 40px;
    font-weight:700;
}
.icon404{
    color:#cc3300
}
.desc{
    color:#fc5587;
}
.back_btn{
    background-color:black;
    border:2px solid #fc5587;
    border-radius:5px;
    color:#fc5587;
    padding:8px;
}