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

html {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/tartanBG.jpg");

}

a {
    color: yellow;
}

h3 {
    color:whitesmoke;
    font-family: 'Dancing Script';
    font-size: 200%;
    font-weight: bolder;
    
}

li {
    
}

.text-block {
    font-size: large;
    color:white;
}

.contact {
    background-color: #600015;
    border-radius: 25px;
    width: 25%;
    height: auto;
    margin: auto;
    padding: 10px;

}