@charset "UTF-8";
.about {
    font-family: helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 50px;
}
.logo {
    background-image: url(images/logo.svg);
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
}
#container {
    width: 50%;
    justify-content: center;
}
#wrapper {
    justify-content: center;
    display: flex;
}
body {
    margin: 5%;
    text-align: center;
}
#panitalia {
    background-image: url(images/panitalia_logo.svg);
    width: 150px;
    height: 75px;
    background-repeat: no-repeat;
	cursor: pointer;
	padding-bottom: 100;
}
#italprod {
	background-image: url(images/italprodotti_logo.svg);
    width: 150px;
    height: 75px;
    background-repeat: no-repeat;
	cursor: pointer;
	padding-bottom: 100;
}
