@media screen and (max-width:700px) {
    body {
        background-color: white;
        width: 100%;
    }
    
    .logo {
        width: 166px;
        border-radius: 0;
    }

    .container {
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
        width: 360px;
        margin: 0 auto;
    }

    .select-cola {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 0;
        padding-bottom: 11px
    }

    .my-money {
        margin-bottom: 0;
        border-radius: 0;
    }

    .cola-get {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}