.body{
    background: black;
}

.text{
    color: white;
}

.inner{
    background: white;
    width: 45%;
    height: 100px;
    position: fixed;
    top: 70%;
    left: 50%;
    right: 50px;
    border-radius: 20px;
}

.circle{
    background: red;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    bottom: 50px;
    left: 80px;
}