* {
    box-sizing: border-box !important;
}

body {
    margin: 0;
    padding: 0;
    background: #233637;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

html {
    font-size: 62.5%;
}

.logo {
    width: 50rem;
    height: 50rem;
    background-color: #e31837;
    border-radius: 50%;
    position: relative;
}

.line-1 {
    position: absolute;
    width: 44rem;
    height: 44rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 50%;
    border: 2rem solid white;
    border-right-color: transparent;
}

.line-2 {
    position: absolute;
    width: 15rem;
    height: 2rem;
    background-color: white;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
}

.circle {
    width: 5rem;
    height: 5rem;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 12rem;
    left: 13rem;
}

.line-3 {
    width: 2rem;
    position: absolute;
    height: 25rem;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line-4 {
    width: 7rem;
    position: absolute;
    height: 2rem;
    background-color: white;
    top: 37rem;
    left: 24rem;
}