

.gfx{
    width: 100%;
    
}
body{
    
    background-color: rgb(242, 164, 43)
    
}
.container{
    background-color: white;
    border :1px;
}

h3{
    font-family: 'Rammetto One', cursive;
    
}

.text{
    
    font-family: 'Mina', sans-serif;
    
    font-size:1.2em;
}
    
.row{
    
    padding:0 10%;

}

a{
    text-decoration: none;
    margin-left: 10%;
}
    
a:visited{
    color:black;
}

a:hover{
    text-transform:uppercase;
    
}