/* only relevant for the codepen page, not the button itself */

@import url("https://fonts.googleapis.com/css2?=Inter:wght@400;600;700&family=Paytone+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

                
html{
    height:100%;
    background-image:url('https://www.skyrizi.com/content/dam/skyriziivy/images/homepage/hero-global-homepage-banner_r23_desktop.png');
    background-repeat:no-repeat;
    background-size:cover;
}
img{
    width:70%;
}

body {
  box-sizing: border-box;
  color: #fff;
font-family: 'Roboto', sans-serif;  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

h1 {
font-family: 'Roboto', sans-serif;  color: rgb(120, 120, 120);
  font-size: 2.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

h2 {
  color: rgb(120, 120, 120);
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 35px auto;
  max-width: 700px;
  width: 100%;
  font-weight: 600;
}

a,
a:focus,
a:active {
  color: #7644c6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
}
a:hover {
  color: #9755ff;
  text-decoration: none;
}
a svg {
  fill: #000;
}
a:hover svg {
  fill: #9755ff;
}

.container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1000px;
  padding: 20px 25px;
  width: 100%;
  background: rgba(255,255,255,0.5);
    border-radius: 2em;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

hr {
  border: 0;
  border-bottom: 1px solid rgb(207, 207, 207);
  height: 1px;
  margin: 50px auto;
}

.icons {
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

