@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
/* font-family: "Kalam", cursive;*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: bisque;
}

.linkek {
    display: flex;
    flex-direction: row;
    align-items: center;
}

h1 {
    margin: 2rem;
    text-align: center;
    font-family: "Comic Sans MS";
}

p {
    font-size: 1.2rem;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.linkek {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
}

.link {
    padding: 0.5rem;
    background-color: aqua;
    margin: 0.5rem auto;
    width: 16rem;
    border: 1px solid #222;
}

.link a {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    font-family: "Kalam", cursive;
    font-size: 1.2rem;
    font-weight: bold;
}

.kep img {
    margin-top: 2rem;
    width: 20rem;
    border-radius: 50%
}