body {
    background-color: #363636;
    color: #5e5e5e;
    font-family: sans-serif;
    font-size: 6vh;
    padding-top: 5vh;
}
.as {
    position: relative
}
.albirt {
    position:fixed;
    left: 50%;
    bottom: 50px;
    right: 70px;
    background: #fff;
    width: 90vh;
    height: 7vh;
    border-radius: 10px;
    border: 5px solid #fff;
}
.red {
    position: absolute;
    bottom: 46px;
    left: 33px;
    background: #fd2626;
    border-radius: 50px;
    width: 100px;
    height: 100px;
}