body {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* height: 60vh; */
  /* margin: 0; */
  font-family: Roboto;
  /* background-color: #f0f0f0; */
  /* background-color: #ffffff; */
  }
  .center-content {
  text-align: center;
  padding: 20px;
  /* background-color: #ffffff; */
  /* border: 1px solid #ccc; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }
  .home-logo{
  border-radius:50%;
  width:25vh;
  /* margin-bottom:20px; */
  }
  .links-button{
      color: white;
      /* border: 2px solid green; */
      padding: 10px 40px;
      margin-bottom : 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      border-radius: 5px;
      width: 150px;
      font-size: larger;
      font-weight: bold;
  }

  .home-links-youtube{
  background-color: red;
  }
  .home-links-facebook{
  background-color: royalblue;
  }
  .home-links-instagram{
  background-color: deeppink;
  }