
@import url("https://use.typekit.net/djp2asj.css");

body{
    padding: 20px;
}

h1{
    color: cornflowerblue;
    font-size: 40px;

    font-family: "owners", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2{
    color: cornflowerblue;
    font-size: 40px;

    font-family: "owners", sans-serif;
    font-weight: 300;
    font-style: normal;
}

p{

    color: cornflowerblue;
    
    font-family: "owners", sans-serif;
    font-weight: 400;
    font-style: normal;

    max-width: 60%;
}

img{
    width: 100%;
}