
body {
    height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url("./img/bac.png ");
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.icon-container {
    width: 100%;
    text-align: center;
    padding-top: 117px;
}

.icon {
    width: 72px;
    height: 72px;
}

.name {
    color: #2C79FA;
    font-size: 18px;
    text-align: center;
}

.des-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 100px;
}

.des-left {
    width: 30px;
    border-bottom:1px solid #000000;
}

.des {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-container{
    width:220px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #2C79FA;
    border-radius: 20px;
    margin:0 auto;
}
.btn{
    background-color: #2C79FA;
    font-size: 18px;
    color: white;
    margin-left: 20px;
    border: none;
    box-shadow: none;
    text-align: center;

    border:none;
    outline:none;
}

.urltext{
    color: transparent;
}

.left-icon{
    width: 21px;
    height: 24px;
}
.btn-text{
    color: white;
    font-size: 18px;
    margin-left: 20px;
}

.bottom-text{
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    font-size: 8px;
    margin:0 auto;
    text-align: center;
}
