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

body {
    background-image: url("Images/blackbeltbackground.png");
    background-size: 100vw;
    background-position-y: 30%;
    color: white;
    width: 35vw;
    text-align: justify;
    position: relative;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    margin: auto;
}

a {
    text-decoration: none;
    color: #00d8a6;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.content {
    background-color: rgba(42,42,76,0.28);
    padding: 20px;
    border: 0;
    border-radius: 12px;
}