html {
    background-color: #2a2a2a;
}

@font-face {
    font-family: "Texas Tango";
    src: url("fonts/TexasTango.otf")
}

a {
    text-decoration: none;
}

h1 {
    font-size: 80pt;
    -webkit-text-stroke: 2pt black;
    margin: 0;
}

h3 {
    font-size: 45pt;
    -webkit-text-stroke: 1.4pt black;
}

.container {
    display: flex;
    justify-content: center;
}

.postcards {
    display: flex;
}

.postcard {
    margin: 10pt;
}

.title {
    font-family: "Texas Tango";
    color: #ffffffe6;
    text-align: center;
}

.description {
    color: #ffffffe6;
    padding: 30px;
}

.element {
    font-size: 20pt;
    -webkit-text-stroke: 1pt black;
}

.small-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: auto;
    padding: 10px;
    border: 13px;
    border-style: solid;
    border-color: #ffffffe6;

}

.med-img {
    padding: 15px;
    width: 400px;
    border: 20px;
    border-style: solid;
    border-color: #ffffffe6;
}