body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

.container {
    text-align: center;
}

h1 {
    color: #333;
}

p {
    color: #666;
}

a{
	text-decoraton:none;
	color:#666;
}

a:hover{
	color:orange;
}

