body {
    font: 26px/2 "sarif";
    overflow: hidden;
}
u {
    color: white;
    background-color: black;
}
#box {
    width: 350px;
    margin: auto;
    padding-top: 275px;
}
#logo {
    font-size: 60px;
    text-decoration: underline;
    color: black;
    text-shadow: 1px 1px #fff;
    line-height: 1;
}
#logo:hover {
    filter: invert(1);
}
#link {
    position: absolute;
    top: px;
    left: px;
    width: 95%;
    height: 95%;
}
#container {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: white;
    font-size: 20px;
}
.mainbk {
    top: -150px;
    left: -200px;
}
@media (min-width: 480px) {
    #container {
        left: 6% !important;
    }
    #logo {
        font-size: 70px !important;
    }
    #container {
        font-size: 25px !important;
    }
}
