*{
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    transition: all 0.5s;
}
body{
    height: 100vh;
    background: #4A6FA5;
    font-family: 'Roboto', sans-serif;
    
}
