@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(31, 31, 31);
    margin: 0;
}

.center{
    text-align: center;
}

.center a {
    font-family: "Kanit";
    font-weight: bold;
    font-size: 45px;
    color: #78ff01;
    transition: font-size 0.3s ease-in-out;
    text-decoration: none;
}

.center a:hover{
    font-size: 50px;
}

.solar a{color: #ffc800;}