@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

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

.out-box{
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 15px;
    min-width: 250px;
}


.highlight{
    color: yellowgreen;
    margin: 0;
}

p{
    font-size: 12px;
}

.links{
    display: flex;
    flex-direction: column;
}

a{
    text-decoration: none;
    font-size: 14px;
    color: white;
    border: 1px solid black;
    background-color: #383838;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 8px;
}
h2{
    margin: 0;
}
img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid white;
    object-fit: cover;
    padding: 5px;
}
