
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
질문 내용.main하고 화면 가운대로 이동하는걸 써서 해도 안움직여요

.main {
width: 100vw;
height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
</style>
<script>
</script>
</head>
<body>
<div class="main">
<div class="time">12:00</div>
<div class="greeting">HELLO YoonSeok</div>
<div class="todo">야무지게 학원가기</div>
</div>
<div class="quate">
<div class="author">- 명언의 저자 -</div>
<div class="content">" 명언의 내용 "</div>
</div>
</body>
</html>
