* {
    padding: 0;
    margin: 0;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

#weburl {
    flex: 7;
    border-radius: 12px 0 0 12px;
    background: #f0f0f0;
    padding-left: 1rem;
    color: #aaaaaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.urlCopy {
    flex: 2;
    text-align: center;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(to right, #01dbff, #00a8ff);
}

.urlCopy:hover,
.urlCopy:active,
.urlCopy::after {
    background: linear-gradient(to left, #01dbff, #00a8ff);
}

#main {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 100vh;
    background: url("../assets/Google0bg.d287a1b0.2023125.jpg") no-repeat center top;
}

.line {
    display: flex;
    display: -webkit-flex;
    align-content: center;
    justify-content: space-between;
    margin: 3rem 0;
    cursor: pointer;
}

.line_div {
    background: #ffffff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #e4c695;
    border-radius: 60px;
    width: 460px;
    text-align: center;
    font-size: 24px;
}

.line_ms {
    flex: 2;
    background: #e4c695;
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border: 1px solid #e4c695;
}

.footer {
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer_div {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.button {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 30;
}

.app_download {
    cursor: pointer;
}
