
body
{
    font-size: 100%;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.playfair-display-sc-regular {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-sc-bold {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: normal;
}

.playfair-display-sc-black {
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: normal;
  transform: scale(1.05,1);
}

.playfair-display-sc-regular-italic {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: italic;
}

.playfair-display-sc-bold-italic {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: italic;
}

.playfair-display-sc-black-italic {
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: italic;
}


p, h1, h2
{
    text-align: center;
}

h1, h2
{
    font-weight: normal;
}

p
{
    font-size: 1.2em;
}

#logo p 
{
    font-size: 100px;
    text-align: center;
}

#years-open
{
    font-size: 50px;
    text-align: center;
    margin-top: -70px;
}

#maincontainer
{
    width: 40vw;
    margin: auto;
    border: 2px solid grey;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-image: url("images/shoes_bg.jpg");
}

#facebook
{
    display: block;
    justify-content: center;
    align-items: center;
}

#facebookimage
{
    width: 500px;
    margin: auto;
    display: block;
}

#established
{
    width:80%;
    margin: auto;
}

#contact
{
    width:60%;
    margin: auto;
    border: 0px solid black;
    align-content: center;
    text-align: center;
}

#footer
{
    width: 40vw;
    margin: auto;
}