
h1  {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.languages {
    
}

.button{
    margin: 30px 0px;
    
}

.icon {
    box-shadow: 5px 5px 15px 0px #1D1D1D;
}

body {
    background-image: linear-gradient(#1795D4, #053C63);
    margin-bottom:200px;
}

img {
    filter: drop-shadow(5px 5px 5px rgba(38, 38, 38, 0.40)); 
}

