
body {
  background-color: #dfdfdf;
}

img {
  height: 60px;
}

.card {
  background-color: white;
  border: 1px solid black;
  border-style: none;
  width: 400px;
  height: 400px;
  margin-left: 34%;
  margin-top: 60px;
  border-radius: 30px;
}

.box {
  border: 1px solid blue;
  height: 125px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: blue;
}

.profile {
  border-radius: 50%;
  height: 120px;
  width: 130px;
  transform: translate(132px, -90px);
  border: 3px solid blue;
}

.card h2 {
  margin-top: -80px;
  margin-left: 70px;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.card p {
  margin-left: 145px;
  margin-top: -14px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
}

.logoImg {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}

.logos {
  margin-left: 148px;
  margin-top: 26px;
  margin-bottom: 4px;
}

button {
  margin-left: 150px;
  background-color: blue;
  color: white;
  padding: 8px;
  border-radius: 18px;
  border-style: none;
  height: 35px;
  width: 110px;
}
