* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    font-family: 'Source Sans Pro', sans-serif;

}

body {
    background-color: #14213d;
}


.color-flipper {
    margin-top: 100px;
    padding: 30px 50px;

    border: 1px solid rgb(201, 190, 190);
    background-color: #e5e5e5;
}

h4 {
    text-align: center;
    font-size: 45px;
    color: rgb(1, 18, 36);
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;

}

.nav-link {
    text-decoration: none;

}

h2 {
    font-size: 35px;
}

a {
    text-decoration: underline;
    font-size: 28px;
    color: #03071e;
}

a:hover {
    text-decoration: none;
    color: rgb(44, 5, 5);
}

button {
    padding: 12px 20px;
    font-size: 18px;
    position: fixed;
    left: 44%;
    border: 2px solid grey;

}

button:hover {
    background-color: #706e85;;
    color: black;
    border: 4px solid grey;
}

main .container {
    display: flex;
    justify-content: space-between;
}