@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;800&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background: #DB2188;
    margin:50px;
    color:white;
    text-align:center;
}

a{
    text-decoration:none;
    color:inherit;
}
.logo {
    width:120px;
    padding: 10px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
}

.logo img {
    width: 100px;
}

.intro{
    font-size: 1rem;
    font-weight:400;
    width:100%;
    padding:20px 10px;

}

.links{
    margin:0 auto;
}

.store{
    margin:20px;
    border-radius: 30px;
    border:2px solid white;
    padding: 10px 10px;
    text-align: center;
}
.store:hover{
    background:white;
    color:black;
}
.store i{
    margin-bottom:10px;
}
.cta{
    font-size: 1.1rem;
    padding:10px;
}
