* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body {
    
    font-family: 'Cousine', sans-serif;
    font-weight: 300;
    background-color: #222
    
}
header {
    width: 100%;
    padding-left: 0%;
    padding-top: 0%;
    padding-right: 0;
    height: 50px;
    background-color:aquamarine;
}

p1 {
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 17px;
    color: rgb(80, 79, 79);
}

.listof-websites {
    width: 100%;
    display:flex;
    margin-left: auto;
    margin-right: auto;
    

}

.websiteimage {
    width: 400px;
    height: 220px;
}

a.links{
    text-decoration: none;
    color: rgb(173, 173, 173)

}

.web-textl {
    width: 50%;
    text-align:center;
    display:block;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 1px;
    padding-left: 20px;
}
.web-textr {
    width: 50%;
    text-align:center;
    display:block;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 1px;
    padding-right: 20px;

}
