body {
}

.link_button_style {
  width: 90%;
  background: #568ec7;
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
  font-size: 20px;
  font-family: Calibri;
  text-align: center;
  text-decoration: none;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  outline: none;
  overflow: hidden;
  word-wrap: break-word;
  white-space: pre-wrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.link_button_style p {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none !important;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.link-icon-container {
  display: flex;
  height: 30px;
  width: 30px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  min-width: 30px;
}

.link-icon-container-big {
  display: flex;
  height: 40px;
  width: 40px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  min-width: 40px;
}
