.pfp{
    background-color: #000000;
    background-size: cover;
    border-radius: 5%;
    border-style: groove;
    border-width: 5px;
    border-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 150px;
    margin: auto;
    margin-bottom: 40px;
}

img {
    width: 60%;
    height: 50%;
}

.top_text {
    text-align: center;
    width: 800px;
    color: #FFFFFF;
    margin: auto;
    padding-bottom: 20px;
}

.block {
    width: 900px;
}

.watt a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

.watt a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

.watt a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.watt a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}