@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
body {
  background-image: url("img.jpg");
  background-position: center;
  background-size: 125%;
}

.container {
  padding-top: 2rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: rgb(252, 249, 249);
}

h1 {
  text-shadow: 2px 2px rgb(3, 26, 102);
  text-align: center;
  font-size: 4rem;
}

.link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.7rem;
  justify-content: center;
  padding: 1rem;
}

.projects-link {
  cursor: pointer;
  color: rgb(10, 3, 100);
  margin: 1rem;
  padding: 0.7rem 1rem;
  box-shadow: 2px 2px rgb(8, 6, 107);
  width: 20%;
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  text-decoration: none;
  background-color: rgb(225, 239, 248);
}

a:hover {
  text-shadow: 1px 1px rgb(120, 136, 211);
}

/* footer */

footer{
  position: absolute;
  bottom:0px;
}

img{
  padding-left: 5px;
  width: 26%;
}

.copy-right{
  font-size: 1rem;
  color: #f1f3f7;
  padding-left: 1rem;
}