body {
    background: #262628;
    color: white;
    font-size: 46px;
}

.rectangle {
    background: white;
    border-radius: 10px;
    min-height: 100px;
    position: fixed;
    left: 50%;
    right: 50px;
    bottom: 100px;
}

.circle {
    background: #af0707;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    bottom: 50%;
}

