body{
    width:100vw;
    height:100vh;
    background-image:url('img/chamada.svg');
    background-repeat: no-repeat;
    background-size:100% 100%;
    margin:0;
    padding:0;
    background-color:#FFB400;
}
