.study-closed {
  width: 100vw;
  height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.study-closed .study-closed-img {
  width: 40px;
  margin-bottom: 20px;
}

.study-closed .study-closed-description {
  text-align: center;
  margin-bottom: 50px;
}

.study-closed .study-closed-logout-button button{
  padding: 19px 50px;
  background-color: #2DB0B3;
  border-radius: 10px;
  color: white;
  border: none;
}