@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    background-color: gray;
    font-family: 'Roboto', sans-serif; 
}

#wrapper {
    width: 80%;
    margin: 0 auto;
    background-color: white;
    padding:20px;
    overflow: auto;

}

.contact {
    width: 30%;
    float: left;
    padding: 10px;
    border: 1px solid black;
    margin: 10px;

}

.contact img {
    float: left;
    margin-right: 14px;
    width:150px;

}

.contact h2 {
    font-size: 30px;
    color: darkgreen;
}

h1 {
text-align: center;
}