* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 2px;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    background-color: #d2d2d2;
    border-radius: 10px;
}

.skills {
   text-align: right;
   padding-right: 20px;
   color: #fff;
}

.js {
    width: 99%;
    background-color: #0081cb;
    border-radius: 10px;
}

.css {
    width: 95%;
    background-color: #0081cb;
    border-radius: 10px;
}

.html {
    width: 95%;
    background-color: #0081cb;
    border-radius: 10px;
}