@charset "utf 8";

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed');

* { font-family: "Fira Sans Condensed",sans-serif;
    font-weight: 100;
    font-style: normal;
    font-stretch: : normal;
    font-variant: normal;
    text-align: center;
}

header h1 {
    color: white;
    font-size: 4rem;
    font-variant-caps: all-petite-caps;
    font-weight: bold;
    letter-spacing: 0.1rem;
}


a {
    color: #ff6934;
    text-decoration: none;
    line-height: 1.5rem;
    font-size: 0.9rem;
}

ul {
   list-style: none; 
}
a:hover {
    text-decoration: underline;
}


aside,
main {
    background-color:#73b5f3;
}

header {
    background-color:#fdbf99;
}
section img {
    border-radius: 50%;
    }
h2 {
    color: white;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    font-variant-caps: all-petite-caps;
    }

section h3 {
    color:#0b56bc;
    font-weight: bold;
    letter-spacing: 0.1rem;
    }

section h4 {
    color: #0b56bc;
    font-weight: bold;
    }

aside h4 {
    color: #0b56bc;
    font-weight: bold;
    letter-spacing: 0.1rem;
    }
aside div h5 {
    color: white;
}
p {
    font-size: 0.9rem;
    line-height: 0.7rem;
    color: white;
    }
    
footer p {
    font-size: 0.6rem;
    color: black;
    line-height: 0.8rem;
    margin: 1rem;
    padding: 0.8rem;
    box-sizing: border-box;
    border: 1rem;
    color: #ff6934;
    font-weight: bold;
    }

aside {
    margin: 1rem;
    padding: 0.2rem;
    box-sizing: border-box;
    border: 1rem;
    }

main  {
    margin: 1rem;
    padding: 0.2rem;
    box-sizing: border-box;
    border: 1rem;
    }

header  {
    margin: 1rem;
    padding: 0.2rem;
    box-sizing: border-box;
    border: 1rem;
    }

