@import url("https://fonts.cdnfonts.com/css/poppins");

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

body {
    font-family: 'Arial', sans-serif, "poppins";
    line-height: 1.6;
    color: #fff;
    background: #282c34;
}
.container {
    min-height: 90vh;
    padding: 20px 10px;
}

.white {
    color: #fff;
}

.avatar {
    width: 150px;
    height: 150px;
    border-radius: 75px;
}