@font-face {
    font-family: Inter;
    font-weight: 400 600 700;
    src: url(./assets/fonts/Inter-VariableFont_slnt\,wght.ttf);
}

.img-container{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.button {
    text-align: center;
    font-weight: 700;
    color: hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 20%);
    margin: auto;
    padding: 15px 20px;
    border-radius: 10px;
    width: 65%;
}

.button:hover {
    text-align: center;
    font-weight: 700;
    color: hsl(0, 0%, 12%);
    background-color: hsl(75, 94%, 57%);
    margin: auto;
}

.container {
    width: 25%;
    border-radius: 15px;
    background-color: hsl(0, 0%, 12%);
    padding: 20px 0 40px;
    margin: auto;
}

img {
    width: 25%;
    margin: auto;
    border-radius: 50%;
}

body {
    margin:0;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center ;
    font-family: Inter;
    font-size: 14px;
    background-color: hsl(0, 0%, 8%);
}

h1 {
    text-align: center;
    font-weight: 600;
    color: hsl(0, 0%, 100%);
}

h2 {
    text-align: center;
    font-weight: 600;
    font-size:medium;
    color: hsl(75, 94%, 57%);
}

p {
    text-align: center;
    font-weight: 400;
    color: hsl(0, 0%, 100%);
}

