:root {
    --bgColor: #faf3cb;
    --accentColor: #f5b40d;
    --linkColor: #000000;
    --font: "Courier New", monospace;
  }
  body {
    background-color: var(--bgColor);
    background-image: url(assets/images/contactblock.webp);
    background-repeat: repeat;
    color: var(--accentColor);
  }
  #userPhoto {
    width: 144px;
    height: 144px;
    display: block;
    margin: 35px auto 20px;
  }
  
  .footerLink {
    color: var(--accentColor);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
  }
  
  #center {
    text-align: center;
  }
  