﻿body {
    background-color: black;
    color: white;
    font-family: Verdana;
}

h1 {
    font-size: 60px;
}

p {
    font-style: italic;
    font-size: 25px;
}

.quotes {
    padding: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border-color: white;
    border-style: solid;
    border-radius: 5px;
    width: 65%;
    text-align: center;
}

.quote {
    font-size: 20px;
}
#tweet-quote {
    text-decoration: none;
    color: black;
}
button {
    margin: 10px 0px;
    text-align: center;
}
.btn {
    color: white;
    border:1px solid white;
}
.btn:hover {
    color: white;
}
#author {
    font-size: 15px;
    font-style: italic;
}
#tweet-quote{
    color: white;
    text-decoration: none;
}
.centerButtons{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#insertion {
    text-align: justify;
}