* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #272a2f;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    user-select: none;
}

.sections {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.section {
    background-color: #272a2f;
    padding: 10px 5px;
    border-radius: 5px;
}

.section__title {
    font-size: 16px;
    margin-bottom: 5px;
}

@media (max-width: 410px) {
    .section__title {
        font-size: 13px;
        padding: 10px 3px;
    }
}

.section__info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__img {
    max-width: 25px;
    margin-right: 5px;
}

.section__text {
    font-weight: 600;
}

.section__text:nth-child(1) {
    margin-top: 5px;
}

.count {}

.count__img {}

.count__txt {}

.button {}

.button__img {}

.container {
    height: 100vh;
    width: 550px;
    padding: 20px;
    background-color: #1c1f24;
    border-radius: 10px;
}

.count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.count__img {
    max-width: 100px;
    margin-right: 30px;
}

.count__txt {
    font-size: 4rem;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button__img {
    max-width: 400px;
    border-radius: 50%;
    overflow: hidden;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer__energy {
    display: flex;
    align-items: center;
}

.energy__img {
    max-width: 50px;
    margin-right: 10px;
}

.energy__text {}

.footer__upgrade {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.upgrade__img {
    max-width: 50px;
    margin-right: 10px;

}

.upgrade__button {}