@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5rem;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
} 

header {
    font-size: 2rem;
}

a{
    all: unset;
}

a:hover {
    cursor:pointer;
}

img {
    border-radius: 10px;
}
.name{
    color: #0a62aa;
}

.killua {
    height: auto; 
    width: 100%; 
    max-width: 800px; 
    max-height: 800px;
}

.instagram {
    padding: 0.1rem;
    font-weight: 400;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }