/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #fff;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #000;
  color: white;
}

 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    background: rgb(40,53,135);
background: linear-gradient(0deg, rgba(40,53,135,1) 0%, rgba(58,175,102,1) 100%);
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 2rem;
    color: cyan;
}

h3 {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    color: cyan;
}

.welcome-week {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.countdown {
    display: flex;
    justify-content: center;
    text-align: center;
}

.day,
.hour,
.minute,
.second {
    font-size: 3rem;
}

.uniLogo {
    padding: 7rem;
}

}

co {
  border-radius: 25px;
  background: #73AD21;
  padding: 20px; 
  width: 200px;
  height: 150px;  
}