@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");

html {
    background-color: #f7f7f7;
}

.infoHost {
    background-color: #ffffff;
    padding: 15px 15px 5px;
    border-radius: 4px;
    max-width: 380px;
    width: 100%;
    margin: 5% auto;
    position: relative;
    border: 3px solid #e6f4fc;
    font-family: 'Open Sans', sans-serif;
}

    .infoHost div {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
        display: flex;
    }

span.material-symbols-outlined {
    margin-right: 10px;
}
