body{
    background: #494949;
}

.text{
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}
.white{
    position: fixed;
    background: #fff;
    min-height: 100px;
    left: 50vw;
    right: 50px;
    bottom: 100px;
}

.red{
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50vw;
    background: red;
    left: 10%;
    bottom: 50px;
}   
