* {
  margin: 0;
  padding: 0;

}

.container {
  margin: 0 auto;
  background: white;
  height: 100vh;
  background-image: url("TT.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}


.profile>p {
  font-size: 23px;
  margin: 20px;
  font-weight: 560;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin-top: 175px;
}

.link {
  text-decoration: none;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

.link>a { 
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 28px;
  margin: 9px;
  text-align: center;
  background-color: transparent;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 24px;
  padding: 16px 57px;
  font-weight: 450;
}

.link>a:hover {
  background-color: rgb(201, 199, 199);
}

