@import url("https://use.typekit.net/vek2scz.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.3/font/bootstrap-icons.min.css");

body
{
    padding: 0%;
    margin: 0%;
    font-family: 'Roboto', sans-serif;

}
.center
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.box
{
    max-width: 50%;
}
svg
{
    width: 400px;
    height: 200px;

}
  
h1
{
    display: flex;
    justify-content: center;
    text-align: center;
}

.text
{


    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.text h2 
{
    text-align: center;
}

.end 
{
    float: right;
    margin: 20px;
    font-size: 20px;
}

.end a 
{
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-right: 10px;
}

.si-section {
    margin-bottom: 5rem;
  }



@media screen and (max-width:700px) {

    svg
{
    width: 200px;
    height: 100px;
}


    .text h2 
    {
        margin-left: 0%;
        margin-right: 40%;
        font-size: 20px;
    }
    
}    

