body {
    background-image: url('img/image.png');
    background-size:cover;
    background-repeat: no-repeat;
}

.container h1 {
    font-family: 'Paytone One', sans-serif;
    text-shadow: 2px 2px #000000;
    font-size:60px;
    color:white;
}

.container p {
    font-family: 'Almarai', sans-serif;
    text-shadow: 2px 2px #000000;
    font-size:20px;
    color:white;
}

.container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#container-text {
    width: 100%;
    height: 100vh;
    display: flex;
  }
  
  #aligner {
    margin: auto;
  }

  .row-links {
      text-decoration: none;
      color: white;
      font-size:20px;
      text-shadow: 2px 2px #000000;
  }

.row-links:hover {
    text-decoration: none;
    color: white;
    font-size:20px;
    text-shadow: 2px 2px darkred;
    transition: all 1s ease-out;
}
