﻿h2 {
    text-align: center;
}

.left {
    width: 30%;
    margin-right: 2rem;
    float: left;
}

.right {
    width: 30%;
    margin-left: 2rem;
    float: right;
}

.toot {
    text-align: center;
}

    .toot h2 {
        margin: 0 0 -.75rem 0;
        color:blue;
        font-style:italic;
    }

    .toot p {
        margin-top: 0;
        font-size: 1rem;
    }
#website{
    margin:10rem 10% 2rem 10%;
    padding:2rem;
    border:thick inset black;
    border-radius:2rem;
}
#website li{
    list-style:none;
}

#website p span{
    color:blue;
    font-weight:bold;
}

@media screen and (max-width:599px){
    .left,
    .right{
        width:100%;
    }
    #website{
        margin:0;
    }
}