
html{
    font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

header{
    font-size:50px
}

.text-container{
    margin-top:10px;
    padding:3em;
}

.link{
    color:rgb(183, 112, 79);
    font-size:18px;
}

p{
    font-size:18px
}

h1{
    font-size: 20px;
}

.step{
    font-size: 15px;
    font-weight: 350;
    color:rgb(199, 137, 112);
    margin-bottom: 0em;
    text-transform: uppercase;
}

img {
        width: 300px;
        height: 200px;
        padding-left:2em;
        padding-bottom: 2em;
    }