/* reset rule */
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    background-color: #272635;
    font-family: 'Cardo', serif;
    column-count: 3;
    margin-top: 75px;
    margin-left: 15px;
    margin-right: 15px;
}

p {
    color: #455E89;
    font-size: 17px;
}

.intro h1 {
    text-align: center;
    color: #B7094C;
    font-size: 125px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-shadow: 10px 10px #000000;
}

.intro h2 {
    text-align: center;
    color: #A01A58;
    font-size: 75px;
    font-family: 'Oswald';
    font-style: italic;
    text-shadow: 3px 3px #000000;
    letter-spacing: 4px;
    word-spacing: -10px;
    margin-bottom: 15px;
}

.summary p {
    text-align: center;
    font-size: 20px;
    color: rgb(223, 128, 180);
    padding-bottom: 20px;
}

h3 {
    color: rgba(191, 126, 235, 0.349);
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
    background-color: rgba(212, 163, 216, 0.178);
}

ul {
    list-style: none;
}

a {
    color: #A01A58;
}