.apply_box{
    align-self:bottom;
    max-width:140px;
    padding:50px;
    background-color:black;
    margin:auto;
    margin-top:50px;
    box-shadow:4px 3px 5px rgba(1,1,1,0.1);
    border-radius:10px;
    text-align:center;
    font-family:Comic Sans MS; 
    color:red;
}

body {
    background-image: url("hi.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
