body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    background-color: #f8f8ff;
}



img {
    max-width: 100%;
}

.feature-bg {
    background: rgba(255,255,255,0.3);
    width: 100vw;
}



a:hover{
    color:rgb(0, 174, 255);
}

.stuff {
    color: white;
}

.sub {
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
}

input[type=text] {
    width:50%;
    margin-top:20px;
    padding: 12px;
    border:1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

button {
    margin-top: 25px;
    background: #3070d9;
    color: #ffffff;
    border-radius: 20px;
    margin-left: 10px;
    padding: 15px 35px;
    border: 2px solid #ffffff;
    font-weight: bold;
    cursor: pointer;
}

button:hover{
    border: 2px solid #cdd5df;
}

