@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

#iOS-button-container{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.btn-ios{
    background-color: #00add9;
    color: white;
    font-weight: 500;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    width: 200px;
    height: 50px;
}

.btn-ios:hover{
    background-color: #00B1DE;
}

.icon-fontawesome{
    color: #00add9;
}

#installation-container{
    display: none;
}

.installation-container-style{
    background-color: #ffffff;
    margin: auto;
    width: 350px;
    height: 100px;
    margin-top: 10px;
    border-radius: 15px;
    padding-top: 25px;
}

.text-install-style{
    color: black;
    font-family: 'Raleway', sans-serif;
}

.arrow-up-button{
    border: none;
    background-color: transparent;
}