@charset "UTF-8";
/* CSS Document */

html{
    box-sizing: border-box;
	font-size: 62.5%;
}

*, *::before, *::after{
    box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: rgba(145, 145, 187, 0.65);
    font: lighter 3em black Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
body a{
    text-decoration: none;
    color: black;
    text-shadow: 1px 1px 2px black;
}
body a:hover{
    color: red;
}
main{
     border: 25px rgba(78,151,198,1.00) dashed;
    align-content: center;
    }

figure img{
   width: 35%;
    margin-top: 3%;
}
figure, figcaption{
    text-align: center;
    margin-bottom: 3%;
}
article {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin: 3%;
}
