* {
    /* margin: 0; */
    /* padding: 0; */
    box-sizing: border-box;
    line-height: 1.2;
}

.ils-version {
    position: relative;
    font-size: small;
    vertical-align: top;
    color: #5826fd;
    /* color: white; */
    border-radius: 5px;
    margin-left: 0px;
    margin-top: -3px;
}

li {

    color: #333333;
    list-style-position: outside;
    padding-bottom: 5px;
}

a {
    font-weight: 600;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

html {
    margin: 0px;
    padding: 0px;
    background-color: black;
    /* background-color: rgb(20, 20, 20); */
    color: #eeeeee;
}

body {
    background-color: black;
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


p {
    color: #d8d8d8;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6em;
}


h1 {
    /* font-weight: 500; */
    color: #ffffff;
    margin-top: 0px;
    padding-top: 0px;
    /* padding-bottom: 30px; */
}

h1>a:hover {
    text-decoration: none;
}

h1,
h2 {
    font-weight: 800;
    font-size: 3em;
    @media screen and (max-width: 600px) {
        font-size: 2.2em;
    }
}

strong {
    font-weight: 800;
}


.download {
    text-align: left;
    margin: 20px 0px 30px 0px;
    padding-left: 0px;
}

.download>a {
    display: inline-block;
    margin: 8px;
    border-radius: 8px;
    background-color: #4400ff;
    color: white;
    padding: 12px 16px 12px 16px;
}



.iphones {
    flex: 1;
    width: auto;
    text-align: center;
}

.mainDesc {
    flex-wrap: wrap;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

nav li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    font-weight: 600;
}

a {
    color: white;
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 60px;
    background-color: #101010;
    z-index: 100;
    padding: 0px 33px 0px 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

h2 {
    font-size: 2.5em;
    @media screen and (max-width: 600px) {
        font-size: 1.8em;
    }
}

.gradient-underline {
    display: inline-block;
    /* margin-right: -3rem;
    margin-bottom: -6rem;
    margin-left: -3rem; */
    /* padding-right: 3rem;
    padding-bottom: 6rem;
    padding-left: 3rem; */
    background-image: url("img/underline.svg");
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* * { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue } */


table {
    border-collapse: collapse;
  }
  table td, table th {
    border: 1px solid rgb(49, 49, 49);
  }
  table tr:first-child th {
    border-top: 0;
  }
  table tr:last-child td {
    border-bottom: 0;
  }
  table tr td:first-child,
  table tr th:first-child {
    border-left: 0;
  }
  table tr td:last-child,
  table tr th:last-child {
    border-right: 0;
  }

td, th {
    padding: 16px;
}
svg {
    width: 100%;
    height: 100%;
}