body, html {
    overflow-wrap: anywhere;
}

.bg-container {
    background-color: hsl(0, 0%, 12%);
    min-height: 100vh;
}

.intro-card {
    background-color: hsl(0, 0%, 15%);
    min-width: 250px;
    max-width: 600px;
}

.address {
    color: hsl(75, 94%, 57%);
}

.buttons {
    margin-bottom: 10px;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: hsl(0, 0%, 20%);
    color: white;
    border-width: 0px;
}

.buttons:active {
    background-color: hsl(75, 94%, 57%);
    color: black;
}

.user-image {
    border-radius: 100px;
    width: 100px;
}

.text-roboto {
    font-family: "roboto";
}