body {
    margin: 25px;
    background:white;
}
p, li {
    font-family: 'EB Garamond', serif;
    font-size: 21px;
}
h1, h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    font-style: italic;
}
h2 {
    font-size: 36;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 450px) {
    .intr{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        
    }
    #smaller {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .maincontent {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .workcontent {
        float: left;
        width: 50%;
    }
  }
.header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}
.maincontent {
    max-width: 728px;
    margin-top: 5%;
}
.intr{
    margin-top:5%;
}

.work {
    float: left;
    margin-top: 20%;
}
.work a:link, a:visited {
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    background-color: white;
    color: #EC008C;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  
.work a:hover, a:active {
    background-color: #EC008C;
    color: white;
  }

.workcontent {
    float: left;
}
#ytref {
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    background-color: white;
    color: black;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
#smaller {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}