*{
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
body{
  background: #ffffff;
}
header{
  height: 20vh;
  border-bottom: 2px solid #1c1c1e;
  display: flex;
}
.homdiv{
  width: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hom{
  background: #e3f2fd;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  font-size: 15px;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.head{
  width: 80vw;
  align-content: center;
  padding-left: 100px;
}
main{
  display: flex;
  height: 65vh;
}
h1{
  font-size: 60px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.side button,#formattime{
  background: #e3f2fd;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  font-size: 15px;
  height: 30px;
  width: 150px;
  cursor: pointer;
}
.side,.formats{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 65vh;
}
.clock{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #1c1c1e;
  border-right: 2px solid #1c1c1e;
  gap: 20px;
  width: 60vw;
  height: 65vh;
}
.hr,.mi,.sc{
  color: #1c1c1e;
  height: 80px;
  width: 80px;
  background-color: #e6f4ea;
  border:  solid #1c1c1e;
  border-radius: 25px;
  align-content: center;
  text-align: center;
  font-size: 60px;
}
.apm{
  color: #1c1c1e;
  height: 40px;
  width: 40px;
  background-color: #e6f4ea;
  border:  solid #1c1c1e;
  border-radius: 15px;
  align-content: center;
  text-align: center;
  font-size: 20px;
}
footer{
  height: 15vh;
  background-color: black;
  display: flex;
}
.left
{
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50vw;
}
.left a{
  color: #ffffff;
  text-decoration: none;
}
.right{
  width: 50vw;
  align-items: center;
  display: flex;
  justify-content: center;

}
