a{
    padding: 0.5rem;
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: none;
    color: white;
}
#index{
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
#index a{
    border-bottom: 1px solid black;
}
body{
    font-family: 'Kdam Thmor Pro', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
}
img{
    height: auto;
    width: 100px;
}
.link{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: white;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    padding: 0.5rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
h1{
    margin: 1rem;
}