h1, h2, h3, h4, h5, h6 {
    font-weight:400;

    font-family: 'Titan One', cursive;
}

body {
    font-weight:400;
    font-family: 'Raleway', sans-serif;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.grid div {
    border: 1px solid #ccc;
    padding:10px;
}
