* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Alata", serif,'Times New Roman', Times, serif;
  font-weight: 400;
  font-style: normal;
}
body {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}
.sample {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
  height: 100vh;
  width: 100vw;
}
.container {
  align-items: center;
  background-color: whitesmoke;
  border: 2px solid black;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 4px 3px 3px grey;
  line-height: 1.6;
}
#calbtn {
  background-color: #049dd9;
  color: whitesmoke;
  border: none;
  margin-top: 3px;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 1px black;
}
a{
    text-decoration: none;
}
#profile{
    background-color: #049dd9;
  color: whitesmoke;
  border: none;
  margin-top: 3px;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 1px black;
}
.personal{
    text-align: center;
}
#profile > a{
    color: whitesmoke;
}
