@import "CustomEmbeed.css";
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");

.title_template {
  color: black;
  font-family: "Permanent Marker", cursive;
}

body {
  background: linear-gradient(
    to top right,
    rgb(24, 150, 172),
    rgb(162, 194, 204),
    rgb(24, 150, 172),
    rgb(96, 110, 114)
  );
}

.excel-bkg {
  background: linear-gradient(
    to right top,
    #2397a7,
    #5ca4bc,
    #87b0ca,
    #aabed5,
    #c8cddc,
    #c8d1e3,
    #c8d6ea,
    #c7dbf1,
    #9ad9f2,
    #67d8e0,
    #4cd3b9,
    #65ca83
  );
}
.menu_img {
  margin-top: 0.2rem;
  width: 60px;
  height: 60px;
}

h4 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.link_list {
  list-style: none;
}

.link_file {
  text-decoration: none;
  color: white;
}

.link_file:hover {
  cursor: pointer;
  color: rgb(255, 247, 0);
}

.main_container {
  min-height: 100vh;
}

.code_info {
  margin-top: 1rem;
  margin-bottom: 0;
  color: white;
}

.imgInline {
  display: inline-block;
  width: 30%;
}
