@import url('https://fonts.cdnfonts.com/css/trebuchet-ms-2');

*, body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: rgb(34,40,52);
    color: rgb(144,131,181);
    text-align:center;
	font-weight: 200;
}

body {
    padding: 0;
    margin: 0;
}

h3 {
    font-weight:200;
}

h4 {
    font-weight: 200;
    letter-spacing: 1px;
}

#images {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

img {
    width: 100%;
    margin:0;
    padding: 0;
}

#data {
    margin:0 20px;
}