*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}
#header{
    background-color: rgb(208, 208, 208);
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    font-weight: bold;
    top:0;
    color: #000;
}
#header-img{
    width: 50px;
    padding: 0.5rem;
}
#page-wrapper {
    position: relative;
  }
a{
    text-decoration: none;
    color: black;
}
body{
    background-color: #fff;
}
iframe{
   
    padding: 1em;
}
nav ul{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 0.5rem;
}
nav ul li {
    margin: 0.5rem;
    padding: 0.5rem;
    display: block;
}
#soliditybig{
    width: 100%;
    padding-top: 75px;    
}
#description{
    margin: 0 auto;
    max-width: 40em;
    height: auto;
    padding-top: 1em;
    padding-bottom: 4em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#sssdescription{
    font-size: 50px;
    text-align: center;
    padding-top: 2em;
}
#texttitle {
    font-size: 20px;
    text-align: center;
    padding: 1em;
}
#readlink{
    padding: 1em;
    font-size: 15px;
    text-align: center;
    font-style: italic;
}
.backgroundblue{
    background-color: #002fa7;   
}
#backblack{
    background-color: rgb(0, 0, 0);
    color: #fff;
}

#pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5em;
    padding-bottom: 5em;
    max-width: 70em;
    margin: 0 auto;
  }

.pricebox {
    border: solid #333 3px;
    border-radius: 2px;
    text-align: center;
    margin: 1em;


}
.pricebox h3 {
    background-color: rgb(208, 208, 208);
    font-size: 1.5em;
    padding: 1em;
} 
.pricebox h2 {
    padding: 0.5em;
    font-size: 2em;
} 
.pricebox p {
    padding: 0 1em 1em 1em;

    text-align: center;
    
}
.pricebox .btn {
    background-color: #000;
    border-radius: 5px;
    font-size: 1.5em;
    padding: 1em 3em 1em 3em;
    margin-bottom: 1em;
    display: inline-block;
    font-weight: bold;
    background-color: #000;
    color: #fff;
  }
#goupdated{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2em;
}
h2{
    font-size: 39px;
    padding-bottom: 0.5em;
    word-wrap: break-word;
}
#goupdated input[type='email'] {
    width: 55%;
    height: 40px;
    padding: 0.3em;
    color: #000;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 1em;
}
#goupdated input[type='submit'] {
    height: 40px;
    border: 0;
    background-color: #000000;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
#goupdated input[type='submit']:hover {
    color:rgb(239, 239, 239);
    transition: background-color 1s;
    cursor: pointer;
}
#goupdated{
    font-size: 30px;
}
footer{
    background-color: rgb(255, 255, 255);
    padding: 1em;
    text-align: center;
    color: #000;
    width: 100%;
}
footer > ul {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
}
footer > ul > li{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 1em;
    display: block;
}
#features{
    margin: 0 auto;
    padding: 4em 1em 4em 1em;
    color: #fff;
}
.left{
    text-align: left;
    font-size: 2em;
    max-width: 20em;
    margin: 0 auto;
    padding: 1em;
}
.center{
    text-align: center;
    max-width: 45em;
    margin: 0 auto;
}
@media only screen and (max-width: 700px) {
    #pricing {
        flex-direction: column;
      } 
}