body{
    background-color: #020305;
}
.browser-background{
    background-image:url('/blocks/browser/images/1920x1080_HG.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #020305;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    font-family: Raleway, Arial, sans-serif;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
}
.browser-logo{
    background-image: url('/blocks/browser/images/Logo_Browserweiche.png');
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 22%;
    height: 80%;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    top: 6%;
    position: relative;

}
a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    text-decoration: none;
    color: #000000;
}
.browser-error-description{
    color: #ffffff;
    position: absolute;
    top: 10%;
    height: 10%;
    width: 39%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    font-size: 19px;
    text-align: center;
}
.browser-download-button{
    background-color: #ffbd02;
    color: #060200;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    top: 10%;
    position: absolute;
    width: 240px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    border-radius: 10px;
    margin-top: 265px;
}

.browser-download-button:hover{
    text-decoration: none;
    color: #000000;
}
.browser-footer{
    color: #ffffff;
    position: absolute;
    bottom: 6%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 500px) and (max-width: 1200px) {
    .browser-error-description{
        margin-top: 115px;
        font-size: 17px;
        width: 60%;
    }
}

@media (max-width: 500px){
    .browser-error-description{
        margin-top: 85px;
        font-size: 15px;
        width: 70%;
    }
}
